mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
modified setting memberInfo variable that is use to sending mail
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12277 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
70975614e4
commit
76fd205b4c
1 changed files with 2 additions and 2 deletions
|
|
@ -1021,7 +1021,7 @@
|
|||
}
|
||||
// Get content of the email to send a member
|
||||
Context::set('auth_args', $auth_args);
|
||||
Context::set('member_info', $member_info);
|
||||
Context::set('memberInfo', $member_info);
|
||||
|
||||
$oModuleModel = &getModel('module');
|
||||
$member_config = $oModuleModel->getModuleConfig('member');
|
||||
|
|
@ -1082,7 +1082,7 @@
|
|||
if(!$output->data || !$output->data[0]->auth_key) return new Object(-1, 'msg_invalid_request');
|
||||
$auth_info = $output->data[0];
|
||||
// Get content of the email to send a member
|
||||
Context::set('member_info', $memberInfo);
|
||||
Context::set('memberInfo', $memberInfo);
|
||||
$oModuleModel = &getModel('module');
|
||||
$member_config = $oModuleModel->getModuleConfig('member');
|
||||
if(!$member_config->skin) $member_config->skin = "default";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue