From: Nicolas Boisselier Date: Tue, 16 Aug 2016 10:36:07 +0000 (+0200) Subject: action delete X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=c19843a694619ba53d373f122b0681733ed9d4d0;p=nb.git action delete --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index edf0a008..08d098c4 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -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('&','&',$this->url_list()))); + $this->out($e); return true; } elseif ($action == 'table.replace' or $action == 'replace') {