Skip to content

Commit

Permalink
closes #1378
Browse files Browse the repository at this point in the history
  * 관련 버그 수정 완료
  * handleConfig 이후에 pluginName을 사용합니다. (currentSetting 읽는 부분에서)
  • Loading branch information
inureyes committed Nov 25, 2009
1 parent 8de73a5 commit 57c3a48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/model/common.plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ function handleConfig($plugin) {
$config = $newXmls->selectNode('/config[lang()]');
}
unset( $newXmls);
$pluginURL = $pluginPath = $pluginName = "";
}
if( is_null( $config['fieldset'] ) )
return array( 'code' => _t('설정 값이 없습니다.') , 'script' => '[]' ) ;
Expand Down

0 comments on commit 57c3a48

Please # to comment.