* Corrected the createLink on testsuite browse page.

This commit is contained in:
wangxuepeng
2023-10-19 14:48:43 +08:00
parent c64aeb2275
commit 4b8bab329b
+1 -1
View File
@@ -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();