Skip to content

Commit

Permalink
refs #1378
Browse files Browse the repository at this point in the history
  * 해당 문제 수정
  * 테스트 부탁 드립니다~
  * 잘 되면 티켓 닫아주세요^^
  • Loading branch information
inureyes committed Nov 25, 2009
1 parent 5bb0d22 commit 8de73a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/model/common.plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,14 +622,14 @@ function handleConfig($plugin) {

$manifest = call_user_func( $handler , $plugin );
if(!is_null($languageDomain)) $locale->domain = $languageDomain;
$pluginURL = $pluginPath = $pluginName = "";
}
$newXmls = new XMLStruct();
if($newXmls->open( $manifest) ) {
unset( $config );
$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 8de73a5

Please # to comment.