From 22d4b6d67d2dd3c708b914f032f83cf2c1da96d6 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 30 Jan 2017 22:47:04 +0000 Subject: [PATCH] fix bug when edit --- www/dbq/dbq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index b0049937..7e355d8b 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -273,7 +273,7 @@ class DbQ extends nb { $args = $GLOBALS['dbq_args']; $r = ['view' => join(' ',[ - 'View' + 'View' ]) ] + $r; if ($this->perm < self::DELETE) return; -- 2.47.3