fix bug#272.

This commit is contained in:
wangchunsheng
2011-11-21 05:17:32 +00:00
parent 4063eaf614
commit df0d768bf5
6 changed files with 24 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ class install extends control
$this->view->phpResult = $this->install->checkPHP();
$this->view->pdoResult = $this->install->checkPDO();
$this->view->pdoMySQLResult = $this->install->checkPDOMySQL();
$this->view->jsonResult = $this->install->checkJSON();
$this->view->tmpRootInfo = $this->install->getTmpRoot();
$this->view->tmpRootResult = $this->install->checkTmpRoot();
$this->view->dataRootInfo = $this->install->getDataRoot();