mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
virtual Site 생성시 생성자의 언어코드에 맞추도록 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4b2afa3ccf
commit
ad5d52230b
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@
|
|||
$args->site_srl = getNextSequence();
|
||||
$args->domain = preg_replace('/\/$/','',$domain);
|
||||
$args->index_module_srl = $index_module_srl;
|
||||
$args->default_language = Context::getLangType();
|
||||
$output = executeQuery('module.insertSite', $args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue