mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
overwrite request vars to global config file
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11923 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aa00f700fa
commit
d1d88042f5
1 changed files with 1 additions and 4 deletions
|
|
@ -163,10 +163,7 @@
|
|||
|
||||
foreach($vars->module_skin as $moduleName => $skinName)
|
||||
{
|
||||
if(!$designInfo->module->{$moduleName}->{$skinTarget})
|
||||
{
|
||||
$designInfo->module->{$moduleName}->{$skinTarget} = $skinName;
|
||||
}
|
||||
$designInfo->module->{$moduleName}->{$skinTarget} = $skinName;
|
||||
}
|
||||
|
||||
$this->makeDefaultDesignFile($designInfo, $vars->site_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue