This commit is contained in:
liumengyi
2023-03-16 02:47:20 +00:00
parent 6c9f1435a0
commit b283c30895
+1 -1
View File
@@ -1283,7 +1283,7 @@ class story extends control
$method = 'view';
$params = "storyID=$storyID&version=0&param=0&storyType=$storyType";
}
return print(js::locate($this->createLink($module, $method, $params), 'parent'));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink($module, $method, $params)));
}
$this->commonAction($storyID);