git-svn-id: http://xe-core.googlecode.com/svn/trunk@953 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-04 02:30:51 +00:00
parent 13103f0049
commit 47047b01b5
2 changed files with 6 additions and 7 deletions

View file

@ -36,8 +36,7 @@
if(!$oDB->isConnected()) return new Object(-1, 'msg_dbconnect_failed');
// 모든 모듈의 설치
$output = $this->installDownloadedModule();
if(!$output->toBool()) return $output;
$this->installDownloadedModule();
// config 파일 생성
if(!$this->makeConfigFile()) return new Object(-1, 'msg_install_failed');