* Add the parameter for posted stories to link.

This commit is contained in:
dingguodong
2023-09-26 11:00:28 +08:00
parent f5b3982950
commit dd64dcb3f8
+1 -1
View File
@@ -1362,7 +1362,7 @@ class story extends control
if($_POST)
{
$this->story->linkStories($storyID);
$this->story->linkStories($storyID, $this->post->stories);
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
return $this->send(array('result' => 'success', 'callback' => 'loadCurrentPage()', 'closeModal' => true));