From 46905cd0ceae671cc8e29f99b1728d35230ec00d Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Tue, 19 Jan 2021 10:31:27 +0800 Subject: [PATCH] * Fix bug. --- module/project/view/story.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php index b452d2d254..c1d6fbbc3a 100644 --- a/module/project/view/story.html.php +++ b/module/project/view/story.html.php @@ -46,7 +46,7 @@
id", " " . $lang->story->export, '', "class='btn btn-link export'"); + common::printLink('story', 'export', "productID=$productID&orderBy=id_desc&projectID=$project->id", " " . $lang->story->export, '', "class='btn btn-link export' data-group='project'"); if(common::canModify('project', $project)) {