mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
Issue 2180 set agreement as NULL when it update the value.
1.5.3.1 branch has no agreement update value, so.. I commit on the 1.5.3 branch. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dc2bc8395f
commit
f54644489a
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@
|
|||
$agreement_file = _XE_PATH_.'files/member_extra_info/agreement.txt';
|
||||
$output = FileHandler::writeFile($agreement_file, $config->agreement);
|
||||
|
||||
unset($config->agreement);
|
||||
$config->agreement = NULL;
|
||||
$output = $oModuleController->updateModuleConfig('member', $config);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue