mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +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
|
|
@ -141,7 +141,7 @@ class MemberModel extends Member
|
|||
}
|
||||
foreach($config->signupForm as $key => $value)
|
||||
{
|
||||
if($value->isDefaultForm && empty($value->isCustomTitle))
|
||||
if(!empty($value->isDefaultForm) && empty($value->isCustomTitle))
|
||||
{
|
||||
$config->signupForm[$key]->title = lang($value->name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue