mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix undefined variables and properties
This commit is contained in:
parent
94e2d8e11a
commit
010ba87c5b
4 changed files with 7 additions and 3 deletions
|
|
@ -112,7 +112,7 @@
|
|||
{@ $fixed_private_list = array('email_address', 'phone_number', 'password')}
|
||||
<!--@foreach($config->signupForm as $item)-->
|
||||
<!--@if(in_array($item->name, $disabled_list))-->
|
||||
<!--@elseif($item->isDefaultForm)-->
|
||||
<!--@elseif(isset($item->isDefaultForm) && $item->isDefaultForm)-->
|
||||
<tr class="_imageType"|cond="$item->imageType">
|
||||
<input type="hidden" name="list_order[]" value="{$item->name}" />
|
||||
<input type="hidden" name="usable_list[]" value="{$item->name}" cond="$item->isIdentifier || $item->mustRequired"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue