diff --git a/module/block/control.php b/module/block/control.php index 46562ac62e..1f93eaa279 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -280,7 +280,7 @@ class block extends control } elseif($moduleName == 'testtask' and $method == 'browse') { - $block->moreLink = $this->createLink('testtask', 'browse', "projectID=$projectID" . '&branch=0' . '&type=all,totalStatus'); + $block->moreLink = $this->createLink('testtask', 'browse', "productID=0&branch=0&type=all,totalStatus"); } }