mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
Update member.controller.php
This commit is contained in:
parent
49760d39d3
commit
95e0cf458c
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ class memberController extends member
|
|||
|
||||
foreach($signupForm as $formInfo)
|
||||
{
|
||||
if($formInfo->mustRequired))
|
||||
if($formInfo->mustRequired)
|
||||
{
|
||||
$val = $args->{$formInfo->name};
|
||||
if(!$val) return $formInfo->name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue