diff --git a/module/productplan/control.php b/module/productplan/control.php index 224abbbdbb..3e681d4f96 100644 --- a/module/productplan/control.php +++ b/module/productplan/control.php @@ -732,7 +732,7 @@ class productplan extends control $this->productplan->unlinkStory($storyID, $planID); $this->loadModel('action')->create('productplan', $planID, 'unlinkstory', '', $storyID); - echo js::locate($this->createLink('productplan', 'view', "planID=$planID&type=story"), 'parent'); + return js::locate($this->createLink('productplan', 'view', "planID=$planID&type=story"), 'parent'); } }