diff --git a/module/story/control.php b/module/story/control.php index d0194d3ce5..05a1eb0a1f 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -750,6 +750,7 @@ class story extends control $this->loadModel('file'); $this->app->loadLang('bug'); $story = $this->story->getById($storyID, 0, true); + $this->commonAction($storyID); if(!empty($_POST)) { @@ -793,8 +794,6 @@ class story extends control return print(js::locate($this->createLink($this->app->rawModule, 'view', $params), 'parent')); } - $this->commonAction($storyID); - /* Sort products. */ $myProducts = array(); $othersProducts = array();