install 모듈 오류 수정

This commit is contained in:
SMaker 2014-01-28 11:07:35 +09:00
parent cc57c76866
commit 3d9f4557f6

View file

@ -196,7 +196,7 @@ class installAdminController extends install
$ftp_info->ftp_password = Context::get('ftp_password');
}
$buff = '<?php if(!defined("__XE__")) exit();'."\n";
$buff = '<?php if(!defined("__XE__")) exit();'."\n\$ftp_info = new stdClass;\n";
foreach($ftp_info as $key => $val)
{
if(!$val) continue;