* Fix link url error. bug #44622.
This commit is contained in:
@@ -23,7 +23,7 @@ foreach($products as $productItem)
|
||||
(
|
||||
'id' => $productItem->id,
|
||||
'text' => $productItem->name,
|
||||
'url' => createLink('product', 'browse', "productID={$productItem->id}"),
|
||||
'url' => createLink('bug', 'browse', "productID={$productItem->id}"),
|
||||
'activeUrl' => createLink('block', 'printBlock', "blockID={$block->id}¶ms={$params}")
|
||||
);
|
||||
if($productItem->id == $active) $product = $productItem;
|
||||
|
||||
Reference in New Issue
Block a user