* finish task #2167.

This commit is contained in:
wangyidong
2014-12-15 09:14:00 +00:00
parent c1095d6157
commit c5e93987e0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1462,7 +1462,7 @@ class project extends control
if(!empty($_POST))
{
$this->project->linkStory($projectID);
die(js::locate($browseLink, 'parent'));
die(js::locate($browseLink));
}
$queryID = ($browseType == 'bySearch') ? (int)$param : 0;