* Corrected the createLink on testsuite browse page.
This commit is contained in:
@@ -53,7 +53,7 @@ dtable
|
||||
set::footPager(usePager()),
|
||||
set::emptyTip($lang->testsuite->noTestsuite),
|
||||
set::createTip($lang->testsuite->create),
|
||||
set::createLink(array('module' => 'testsuite', 'method' => 'create', 'params' => "productID={$product->id}")),
|
||||
set::createLink(createLink('testsuite', 'create', "productID={$product->id}")),
|
||||
);
|
||||
|
||||
render();
|
||||
|
||||
Reference in New Issue
Block a user