* change for compute password strength.

This commit is contained in:
wangyidong
2015-11-06 14:30:55 +08:00
parent 5f70edfbfd
commit e2c77e381c
11 changed files with 58 additions and 63 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ class treeModel extends model
if(empty($runs)) return;
}
$extra['branchID'] = $branch;
if(is_array($extra) or empty($extra)) $extra['branchID'] = $branch;
$linkHtml = call_user_func($userFunc, $type, $module, $extra);
if(isset($treeMenu[$module->id]) and !empty($treeMenu[$module->id]))