*Fix bug #27291.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user