From 6cdab986bf80eb115cc38c56a9caf02a48b913b5 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 25 Jan 2013 08:04:17 +0000 Subject: [PATCH] * set title when install success. --- module/install/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/install/control.php b/module/install/control.php index 7ba93375de..b28e843132 100644 --- a/module/install/control.php +++ b/module/install/control.php @@ -155,6 +155,7 @@ class install extends control */ public function step5() { + $this->view->title = $this->lang->install->success; $this->display(); unset($_SESSION['installing']); session_destroy();