mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
fixed error memberinfo update
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9297 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5268f3bfbe
commit
b1d4889fb3
3 changed files with 26 additions and 9 deletions
|
|
@ -25,7 +25,7 @@
|
|||
$getVars = array();
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue