* Change param type.

This commit is contained in:
caoyanyi
2023-08-21 10:00:40 +08:00
parent f75d6314c0
commit d287a203b5
+1 -1
View File
@@ -946,7 +946,7 @@ class treeModel extends model
$extra['branchID'] = $branch;
}
return call_user_func($userFunc, $type, $module, $parent, $extra);
return call_user_func($userFunc, $type, $module, (int)$parent, $extra);
}
/**