From 8de73a5e24f9e813de34cf97b9b348f465d4d460 Mon Sep 17 00:00:00 2001 From: inureyes Date: Wed, 25 Nov 2009 05:56:08 +0000 Subject: [PATCH] =?UTF-8?q?=20refs=20#1378=20=20=20*=20=ED=95=B4=EB=8B=B9?= =?UTF-8?q?=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95=20=20=20*=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EB=B6=80=ED=83=81=20=EB=93=9C?= =?UTF-8?q?=EB=A6=BD=EB=8B=88=EB=8B=A4~=20=20=20*=20=EC=9E=98=20=EB=90=98?= =?UTF-8?q?=EB=A9=B4=20=ED=8B=B0=EC=BC=93=20=EB=8B=AB=EC=95=84=EC=A3=BC?= =?UTF-8?q?=EC=84=B8=EC=9A=94^^?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/model/common.plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/model/common.plugin.php b/library/model/common.plugin.php index 8f37ff18e..0a30d8a0b 100644 --- a/library/model/common.plugin.php +++ b/library/model/common.plugin.php @@ -622,7 +622,6 @@ 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) ) { @@ -630,6 +629,7 @@ function handleConfig($plugin) { $config = $newXmls->selectNode('/config[lang()]'); } unset( $newXmls); + $pluginURL = $pluginPath = $pluginName = ""; } if( is_null( $config['fieldset'] ) ) return array( 'code' => _t('설정 값이 없습니다.') , 'script' => '[]' ) ;