From c19843a694619ba53d373f122b0681733ed9d4d0 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 16 Aug 2016 12:36:07 +0200 Subject: [PATCH] action delete --- lib/php/db/table.php | 1 + 1 file changed, 1 insertion(+) 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') { -- 2.47.3