mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
issue 2138 agreement data save file type (in ./files/member_extra_info/agreement.txt).
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10876 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec06013652
commit
7d48d18252
2 changed files with 67 additions and 41 deletions
|
|
@ -232,6 +232,15 @@
|
|||
$this->_createLoginRuleset($args->identifier);
|
||||
$this->_createFindAccountByQuestion($args->identifier);
|
||||
}
|
||||
|
||||
// check agreement value exist
|
||||
if($args->agreement)
|
||||
{
|
||||
$agreement_file = _XE_PATH_.'files/member_extra_info/agreement.txt';
|
||||
$output = FileHandler::writeFile($agreement_file, $args->agreement);
|
||||
|
||||
unset($args->agreement);
|
||||
}
|
||||
$output = $oModuleController->updateModuleConfig('member', $args);
|
||||
|
||||
// default setting end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue