mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
issue 2627 rename function.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11913 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b8dc95bcd1
commit
2a2cff6d85
2 changed files with 2 additions and 1 deletions
|
|
@ -53,6 +53,7 @@
|
||||||
<action name="procModuleAdminInsertLang" type="controller" standalone="true" />
|
<action name="procModuleAdminInsertLang" type="controller" standalone="true" />
|
||||||
<action name="procModuleAdminDeleteLang" type="controller" standalone="true" />
|
<action name="procModuleAdminDeleteLang" type="controller" standalone="true" />
|
||||||
<action name="procModuleAdminGetList" type="controller" standalone="true" />
|
<action name="procModuleAdminGetList" type="controller" standalone="true" />
|
||||||
|
<action name="procModuleAdminSetDesignInfo" type="controller" />
|
||||||
|
|
||||||
<action name="dispModuleChangeLang" type="mobile" />
|
<action name="dispModuleChangeLang" type="mobile" />
|
||||||
</actions>
|
</actions>
|
||||||
|
|
|
||||||
|
|
@ -808,7 +808,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function procModuleSetDesignInfo()
|
public function procModuleAdminSetDesignInfo()
|
||||||
{
|
{
|
||||||
$moduleSrl = Context::get('target_module_srl');
|
$moduleSrl = Context::get('target_module_srl');
|
||||||
$mid = Context::get('target_mid');
|
$mid = Context::get('target_mid');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue