From 1bfaece647a9be1c88bb8c02e781e244aeb254e1 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 24 Oct 2018 13:10:12 +0800 Subject: [PATCH] * finish task #5036. --- module/custom/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/custom/model.php b/module/custom/model.php index 9663ae6ea5..f53f565e5e 100644 --- a/module/custom/model.php +++ b/module/custom/model.php @@ -268,7 +268,7 @@ class customModel extends model } } - if(strpos($name, 'QUERY') === 0 and !isset($customMenuMap[$name])) $hidden = true; + if(strpos($name, 'QUERY') === 0 and !isset($customMenuMap[$name])) $hidden = false; $menuItem = new stdclass(); $menuItem->name = $name;