From 99100af72f9b91368a8083723591f08964c11c9b Mon Sep 17 00:00:00 2001 From: bnu Date: Mon, 29 Nov 2010 04:59:02 +0000 Subject: [PATCH] =?UTF-8?q?#19287140=20-=20updateSite()=20=ED=8A=B9?= =?UTF-8?q?=EC=A0=95=EC=83=81=ED=99=A9=EC=97=90=EC=84=9C=20vid=EA=B0=80=20?= =?UTF-8?q?=EB=B9=84=EC=9B=8C=EC=A7=88=20=EC=88=98=20=EC=9E=88=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7934 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/module/module.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module/module.controller.php b/modules/module/module.controller.php index 7d884e513..fd560a424 100644 --- a/modules/module/module.controller.php +++ b/modules/module/module.controller.php @@ -187,7 +187,7 @@ if($info->site_srl && $info->site_srl != $args->site_srl) return new Object(-1,'msg_already_registed_domain'); if(isSiteID($args->domain) && $oModuleModel->isIDExists($args->domain)) return new Object(-1,'msg_already_registed_vid'); - if(!isSiteID($args->domain)) { + if($args->domain && !isSiteID($args->domain)) { $args->domain = strtolower($args->domain); }