diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php
index 169873a044..5b40034917 100644
--- a/module/project/view/story.html.php
+++ b/module/project/view/story.html.php
@@ -16,10 +16,10 @@
project->story;?>
- createLink('project', 'linkstory', "project=$project->id"), $lang->project->linkStory);
- common::printLink('story', 'create', "productID=0&moduleID=0&story=0&project=$project->id", $lang->story->create);
- ?>
+ id", $lang->story->create);
+ if(common::hasPriv('project', 'linkstory')) echo html::a($this->createLink('project', 'linkstory', "project=$project->id"), $lang->project->linkStory);
+ ?>