* fix project story unusable.

This commit is contained in:
Wenrui LI
2022-01-24 14:33:57 +08:00
parent 2d21ecc97f
commit 70cca6c65f
@@ -0,0 +1,8 @@
<?php
class projectStory extends control
{
public function story($projectID = 0, $productID = 0, $branch = 0, $browseType = '', $param = 0, $storyType = 'story', $orderBy = '', $recTotal = 0, $recPerPage = 20, $pageID = 1)
{
die(js::locate(helper::createLink('product', 'browse', "productID=$productID&branch=$branch&browseType=$browseType&param=$param&storyType=$storyType&orderBy=$orderBy&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID&projectID=$projectID")));
}
}