포인트모듈에서 레벨을 늘렸다 줄였을 경우 오동작하던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2085 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-30 08:39:03 +00:00
parent a7cafa8c20
commit 212fea578d
2 changed files with 1 additions and 1 deletions

View file

@ -35,6 +35,7 @@
if($args->disable_download == 'Y') $config->disable_download = 'Y';
else $config->disable_download = 'N';
unset($config->level_step);
for($i=1;$i<=$config->max_level;$i++) {
$key = "level_step_".$i;
$config->level_step[$i] = (int)$args->{$key};

View file

@ -14,7 +14,6 @@
// 설정 정보 가져오기
$oModuleModel = &getModel('module');
$config = $oModuleModel->getModuleConfig('point');
Context::set('config', $config);
// 설정 변수 지정
Context::set('config', $config);