From 2d567e255222a47d7ed4780ccdbcb15efe50840c Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 19 Oct 2017 16:44:05 +0100 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index b943b6ea..28a4dac1 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -570,7 +570,7 @@ Class Table extends nb { if ($this->show_hidden_params and !empty(self::$params)) { echo '' - #.'' + .'' .self::form_hidden(['action']) .(!empty($_SERVER['HTTP_REFERER']) ? '' : '') ; -- 2.47.3