]> git.nbdom.net Git - nb.git/commitdiff
double debug message
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 7 Oct 2016 20:30:12 +0000 (22:30 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 7 Oct 2016 20:30:12 +0000 (22:30 +0200)
lib/php/db/table.php

index 3422422ce6e395592b9af0000db0e69879a3bdd8..fcdf7b894a25d9d975708cee8260b6b2eace4495 100644 (file)
@@ -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;