* finish task #1616.

This commit is contained in:
wyd621
2013-07-30 17:10:45 +08:00
parent 88913cad8c
commit 22de2ae12e
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class webapp extends control
die(js::reload('parent'));
}
echo js::alert($this->lang->webapp->successInstall);
die(js::reload('parent.parent'));
die(js::closeColorbox('parent.parent'));
}
$this->view->title = $this->lang->webapp->common . $this->lang->colon . $this->lang->webapp->install;