From 4dd01ec7c69a9adacba9ed743897a315f87eceba Mon Sep 17 00:00:00 2001 From: taggon Date: Sat, 19 Nov 2011 03:09:32 +0000 Subject: [PATCH] issue 1043: Fixed a bug for empty git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9847 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/install/install.view.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/install/install.view.php b/modules/install/install.view.php index f8a7b43e6..fce943937 100644 --- a/modules/install/install.view.php +++ b/modules/install/install.view.php @@ -13,6 +13,8 @@ * @brief Initialization **/ function init() { + // Set browser title + Context::setBrowserTitle(Context::getLang('introduce_title')); // Specify the template path $this->setTemplatePath($this->module_path.'tpl'); // Error occurs if already installed