* Fix bug#3715.

This commit is contained in:
hufangzhou
2020-12-08 09:11:11 +08:00
parent d9ab0caef0
commit de8e4fc5ab
+1 -1
View File
@@ -1182,7 +1182,7 @@ class story extends control
$this->executeHooks($storyID);
if(isonlybody()) die(js::closeModal('parent.parent', 'this'));
if(isonlybody()) die(js::closeModal('parent.parent', 'this', 'function(){parent.parent.$(\'[data-ride="searchList"]\').searchList();}'));
die(js::locate($this->createLink('story', 'view', "storyID=$storyID"), 'parent'));
}