From db23a6ee52d8981e6f3108fc347782a957e93638 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 7 Oct 2016 22:30:12 +0200 Subject: [PATCH] double debug message --- lib/php/db/table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 3422422c..fcdf7b89 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1446,7 +1446,7 @@ Class Table extends nb { return true; } elseif ($action == 'table.insert') { - if (!$this->insert($this->p(),$e)) bye($e); + if (!$this->insert($this->p(),$e)) bye(); header('Location: '.$this->url_referer()); $this->out($e); return true; -- 2.47.3