]> git.nbdom.net Git - nb.git/commitdiff
action delete
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 16 Aug 2016 10:36:07 +0000 (12:36 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 16 Aug 2016 10:36:07 +0000 (12:36 +0200)
lib/php/db/table.php

index edf0a0081a57dd4f0ffc64d03789fcbe107d006b..08d098c4d2a71cefba67437668bb0a144d871da1 100644 (file)
@@ -1395,6 +1395,7 @@ Class Table extends nb {
     } elseif ($action == 'table.delete' or $action == 'delete') {
       if (!$this->delete($this->p(),$e)) bye($e);
       header('Location: '.$this->url_referer(str_replace('&amp;','&',$this->url_list())));
+      $this->out($e);
       return true;
 
     } elseif ($action == 'table.replace' or $action == 'replace') {