mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix coding convention
This commit is contained in:
parent
5cfd348096
commit
d65a32b385
1 changed files with 4 additions and 2 deletions
|
|
@ -2833,7 +2833,8 @@ class MemberController extends Member
|
|||
$extend_form_list = MemberModel::getJoinFormlist();
|
||||
$security = new Security($extend_form_list);
|
||||
$security->encodeHTML('..column_title', '..description', '..default_value.');
|
||||
if($config->signupForm) {
|
||||
if($config->signupForm)
|
||||
{
|
||||
foreach($config->signupForm as $no => $formInfo)
|
||||
{
|
||||
if(!$formInfo->isUse) continue;
|
||||
|
|
@ -3127,7 +3128,8 @@ class MemberController extends Member
|
|||
$extend_form_list = MemberModel::getJoinFormlist();
|
||||
$security = new Security($extend_form_list);
|
||||
$security->encodeHTML('..column_title', '..description', '..default_value.');
|
||||
if($config->signupForm){
|
||||
if($config->signupForm)
|
||||
{
|
||||
foreach($config->signupForm as $no => $formInfo)
|
||||
{
|
||||
if(!$formInfo->isUse) continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue