mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#19287140 - updateSite() 특정상황에서 vid가 비워질 수 있는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7934 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a23a2e3ab9
commit
99100af72f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue