* Adjust for story create page.

This commit is contained in:
wangyidong
2023-07-14 14:22:04 +08:00
parent 141c47dd5b
commit 0184ca7d01
7 changed files with 120 additions and 110 deletions
+1 -1
View File
@@ -551,7 +551,7 @@ class tree extends control
}
else
{
$optionMenu = $this->tree->getOptionMenu($rootID, $viewType, $rootModuleID, $branch, $extra);
$optionMenu = $this->tree->getOptionMenu($rootID, $viewType, $rootModuleID, (int)$branch, $extra);
}
if(strpos($extra, 'excludeModuleID') !== false)