* Fix bug #42391, fix parameter type error.
This commit is contained in:
@@ -392,7 +392,7 @@ class testcaseZen extends testcase
|
||||
$this->view->stories = $stories;
|
||||
$this->view->currentModuleID = $currentModuleID;
|
||||
$this->view->moduleOptionMenu = $this->tree->getOptionMenu($productID, 'case', 0, $branch === 'all' || !isset($branches[$branch]) ? '0' : $branch);
|
||||
$this->view->sceneOptionMenu = $this->testcase->getSceneMenu($productID, $currentModuleID, $branch === 'all' || !isset($branches[$branch]) ? 0 : $branch);
|
||||
$this->view->sceneOptionMenu = $this->testcase->getSceneMenu($productID, $currentModuleID, $branch === 'all' || !isset($branches[$branch]) ? '0' : $branch);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user