mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
issue 2655 fixed an issue that had empty member configuration when create a module instance through a function of getModuleIstance.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0d21069868
commit
193dcb1703
1 changed files with 5 additions and 0 deletions
|
|
@ -364,7 +364,12 @@
|
|||
{
|
||||
$memberInfo = get_object_vars($memberInfo);
|
||||
}
|
||||
|
||||
$member_config = $this->memberConfig;
|
||||
if(!$this->memberConfig)
|
||||
{
|
||||
$member_config = $this->memberConfig = $oMemberModel->getMemberConfig();
|
||||
}
|
||||
|
||||
$formTags = array();
|
||||
global $lang;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue