This commit is contained in:
zhouxudong
2022-03-23 13:31:52 +08:00
parent 39c46536f1
commit 9acef59ced
+1 -1
View File
@@ -613,7 +613,7 @@ class execution extends control
$bugModules = array();
foreach($products as $productID => $productName)
{
$productModules = $this->tree->getOptionMenu($productID, 'bug', 0);
$productModules = $this->tree->getOptionMenu($productID, 'bug', 0, 'all');
foreach($productModules as $moduleID => $moduleName)
{
if(empty($moduleID))