* code for task#978.

This commit is contained in:
zhujinyong
2012-12-11 07:21:54 +00:00
parent 506f9bc72f
commit 60ef357bec
4 changed files with 2 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ class install extends control
parent::__construct();
$this->app->loadLang('user');
$this->app->loadLang('admin');
$this->config->webRoot = $this->install->getWebRoot();
$this->config->webRoot = getWebRoot();
}
/**