From: Nicolas Boisselier Date: Mon, 30 Jan 2017 22:47:04 +0000 (+0000) Subject: fix bug when edit X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=22d4b6d67d2dd3c708b914f032f83cf2c1da96d6;p=nb.git fix bug when edit --- 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;