mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
issue 2653 set skin info when used site default skin.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12071 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f942a0f9cc
commit
819b53c4ce
1 changed files with 3 additions and 5 deletions
|
|
@ -363,11 +363,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
$oModuleModel->syncSkinInfoToModuleInfo($this->module_info);
|
$oModuleModel->syncSkinInfoToModuleInfo($this->module_info);
|
||||||
}
|
|
||||||
Context::set('module_info', $this->module_info);
|
Context::set('module_info', $this->module_info);
|
||||||
// Run
|
// Run
|
||||||
$output = $this->{$this->act}();
|
$output = $this->{$this->act}();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue