* push to array with braces not plus sign, bug #19195.
This commit is contained in:
@@ -942,7 +942,7 @@ class productModel extends model
|
||||
$modules = array();
|
||||
$branchList = $this->loadModel('branch')->getPairs($productID, '', $this->session->project);
|
||||
$branchModuleList = $this->tree->getOptionMenu($productID, 'story', 0, array_keys($branchList));
|
||||
foreach($branchModuleList as $branchID => $branchModules) $modules += $branchModules;
|
||||
foreach($branchModuleList as $branchID => $branchModules) $modules[] = $branchModules;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user