signupForm value make a array

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12013 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-10-31 09:31:15 +00:00
parent 8830b9bd31
commit bccefa0393

View file

@ -43,6 +43,10 @@
if($value->name == 'find_account_question') $config->signupForm[$key]->isPublic = 'N';
}
}
else
{
$config->signupForm = array();
}
// Get terms of user
$config->agreement = memberModel::_getAgreement();