mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
issue 612 colorset checked bug fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9902 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
48c1e83b07
commit
49ef10867b
2 changed files with 5 additions and 1 deletions
|
|
@ -78,6 +78,9 @@
|
|||
}
|
||||
Context::set('skin_info', $skin_info);
|
||||
Context::set('skin_vars', $skin_vars); //maybe not used
|
||||
|
||||
$config = $oModuleModel->getModuleConfig('integration_search');
|
||||
Context::set('module_info', unserialize($config->skin_vars));
|
||||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('skin_info...');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue