diff --git a/module/project/control.php b/module/project/control.php index 99701e3352..14ff44a985 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -1462,7 +1462,7 @@ class project extends control if(!empty($_POST)) { $this->project->linkStory($projectID); - die(js::locate($browseLink, 'parent')); + die(js::locate($browseLink)); } $queryID = ($browseType == 'bySearch') ? (int)$param : 0; diff --git a/module/project/view/linkstory.html.php b/module/project/view/linkstory.html.php index 2b69663c52..14b2b878c6 100644 --- a/module/project/view/linkstory.html.php +++ b/module/project/view/linkstory.html.php @@ -17,6 +17,7 @@ icons['story']);?> icons['link']);?> project->linkStory;?> +