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))
{