From 43b7370db545918228e46865a448fff17deb5489 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 4 Feb 2018 05:29:03 +0000 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 1e2ca52f..20c3fe33 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1133,7 +1133,7 @@ Class Table extends nb { ; if ($opt['is_html'] and !empty(self::$params) and !$this->p('action') and !$this->p('inc')) { - #echo $this->html_menu($opt); + echo $this->html_menu($opt); } if ($opt['is_html']) { -- 2.47.3