This commit is contained in:
liuhong
2022-09-19 00:27:43 +00:00
parent 3c27ea607f
commit c3a1bedeef
+1 -2
View File
@@ -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();