mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
설정 저장 문제 수정.
This commit is contained in:
parent
f43fadbe0f
commit
ffcf599e68
2 changed files with 3 additions and 3 deletions
|
|
@ -264,7 +264,7 @@ class moduleController extends module
|
|||
|
||||
if($args->domain && !isSiteID($args->domain))
|
||||
{
|
||||
$args->domain = (substr_compare($domain, '/', -1) === 0) ? substr($domain, 0, -1) : $domain;
|
||||
$args->domain = (strlen($args->domain) >= 1 && substr_compare($args->domain, '/', -1) === 0) ? substr($args->domain, 0, -1) : $args->domain;
|
||||
}
|
||||
}
|
||||
$output = executeQuery('module.updateSite', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue