* adjust for custom menu.

This commit is contained in:
wangyidong
2016-04-22 14:16:22 +08:00
parent 4f6744ec47
commit ed4ad97ac3
7 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
?>
<?php foreach(customModel::getFeatureMenu($this->moduleName, $this->methodName) as $menuItem):?>
<?php
if($menuItem->hidden) continue;
if(isset($menuItem->hidden)) continue;
$type = $menuItem->name;
if($hasCasesPriv and strpos($type, 'QUERY') === 0)
{