Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2018-01-17 11:11:37 +08:00
+1 -1
View File
@@ -208,7 +208,7 @@ class task extends control
if(dao::isError()) die(js::error(dao::getError()));
/* Locate the browser. */
if($iframe) die(js::reload('parent.parent'));
if(!empty($iframe)) die(js::reload('parent.parent'));
die(js::locate($storyLink, 'parent'));
}