* Fix bug #32995.
This commit is contained in:
@@ -1283,7 +1283,7 @@ class story extends control
|
||||
$method = 'view';
|
||||
$params = "storyID=$storyID&version=0¶m=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);
|
||||
|
||||
Reference in New Issue
Block a user