fixed update member error

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9175 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-09-16 02:03:44 +00:00
parent 7359dbcc53
commit 9f89030ddb
3 changed files with 4 additions and 3 deletions

View file

@ -566,7 +566,7 @@
$getVars = array('find_account_answer','allow_mailing','allow_message');
if ($config->signupForm){
foreach($config->signupForm as $formInfo){
if($formInfo->isDefaultForm && $formInfo->isUse || $formInfo->required || $formInfo->mustRequired){
if($formInfo->isDefaultForm && ($formInfo->isUse || $formInfo->required || $formInfo->mustRequired)){
$getVars[] = $formInfo->name;
}
}