From cbb99429ee5fcbe7094e15684a6686a8119cc10e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 4 Feb 2018 05:12:43 +0000 Subject: [PATCH] www/dbq/dbq.php --- 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 b0c8d261..31789597 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -532,7 +532,7 @@ class DbQ extends nb { if (empty($delete)) { $delete = ($this->db->type == 'sqlite' and !is_writeable($this->db->host)); } - if (!delete) return; + if (!$delete) return; # NB 03.02.18 if ($this->db->type == 'sqlite' and !is_writeable($this->db->host)) return; $rm = $this->uri_add_referer($this->table->base.'/rm'); -- 2.47.3