mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
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:
parent
8830b9bd31
commit
bccefa0393
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue