* Fix Bug #30616
This commit is contained in:
@@ -643,7 +643,10 @@ class build extends control
|
||||
|
||||
if($build->branch)
|
||||
{
|
||||
foreach(explode(',', $build->branch) as $branchID) $branches += array($branchID => $branchPairs[$branchID]);
|
||||
foreach(explode(',', $build->branch) as $branchID)
|
||||
{
|
||||
if(isset($branchPairs[$branchID])) $branches += array($branchID => $branchPairs[$branchID]);
|
||||
}
|
||||
}
|
||||
|
||||
$this->config->product->search['fields']['branch'] = sprintf($this->lang->product->branch, $this->lang->product->branchName[$product->type]);
|
||||
|
||||
Reference in New Issue
Block a user