mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix inconsistent calling of createSignupForm() in member module
This commit is contained in:
parent
5c5d7223ce
commit
b88fe65d6e
3 changed files with 23 additions and 10 deletions
|
|
@ -128,7 +128,7 @@ class MemberModel extends Member
|
|||
// Set signup form
|
||||
if(!isset($config->signupForm) || !is_array($config->signupForm))
|
||||
{
|
||||
$config->signupForm = getAdminController('member')->createSignupForm($config->identifier);
|
||||
$config->signupForm = MemberAdminController::createSignupForm($config);
|
||||
}
|
||||
foreach($config->signupForm as $key => $value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue