From c9269e826a80e337117ceccaea03f513251cf3fe Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 23 Oct 2017 12:06:40 +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 210a8185..7ea1237b 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -559,9 +559,9 @@ Class Table extends nb { if ($this->show_hidden_params and !empty(self::$params)) { echo '' + .self::form_hidden(['action','referer']) # NB 19.10.17: reactivated for rent .(!empty($fields['action']) ? '' : '') - .self::form_hidden(['action']) .(!empty($_SERVER['HTTP_REFERER']) ? '' : '') ; } else { -- 2.47.3