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;