From: Nicolas Boisselier Date: Fri, 7 Oct 2016 20:30:12 +0000 (+0200) Subject: double debug message X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=db23a6ee52d8981e6f3108fc347782a957e93638;p=nb.git double debug message --- 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;