diff --git a/module/block/ui/bugstatisticblock.html.php b/module/block/ui/bugstatisticblock.html.php index 5455c1f1da..09e28ddf1e 100644 --- a/module/block/ui/bugstatisticblock.html.php +++ b/module/block/ui/bugstatisticblock.html.php @@ -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;