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:
misol 2012-07-27 01:34:01 +00:00
parent dc2bc8395f
commit f54644489a

View file

@ -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);
}