]> git.nbdom.net Git - nb.git/commitdiff
lib/php/db/table.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 23 Oct 2017 15:55:34 +0000 (16:55 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 23 Oct 2017 15:55:34 +0000 (16:55 +0100)
lib/php/db/table.php

index 5e23a92078b352dd66d861401180e25c374b94f4..7a9ea7abdc0c413b5bf7a265abc662b74b1104a3 100644 (file)
@@ -558,6 +558,7 @@ Class Table extends nb {
 
     } else {
       $form_hidden = (!empty($_SERVER['HTTP_REFERER']) ? '<input type="hidden" name="referer" value="'.urlencode($_SERVER['HTTP_REFERER']).'" />' : '');
+
     }
 
     #debug($form_hidden);