From: Nicolas Boisselier Date: Mon, 23 Oct 2017 11:06:40 +0000 (+0100) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=c9269e826a80e337117ceccaea03f513251cf3fe;p=nb.git lib/php/db/table.php --- 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 {