* finish task #6695, fix bug #2337.

This commit is contained in:
Catouse
2019-12-13 14:11:47 +08:00
parent 76a7942daa
commit a5a8751b8d
-1
View File
@@ -12,7 +12,6 @@
?>
<?php $canOrder = common::hasPriv('project', 'storySort');?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/tablesorter.html.php';?>
<?php if($canOrder) include '../../common/view/sortable.html.php';?>
<?php js::set('moduleID', $this->cookie->storyModuleParam);?>
<?php js::set('productID', $this->cookie->storyProductParam);?>