Skip to content
Snippets Groups Projects
Commit 60ad3dc0 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix regression oops in creating user form entry

Fixes #111
parent 091fa2e2
Branches
Tags
No related merge requests found
...@@ -165,7 +165,7 @@ class UserForm extends DynamicForm { ...@@ -165,7 +165,7 @@ class UserForm extends DynamicForm {
static function getInstance() { static function getInstance() {
if (!isset(static::$instance)) if (!isset(static::$instance))
static::$instance = static::getForm()->instanciate(); static::$instance = static::getUserForm()->instanciate();
return static::$instance; return static::$instance;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment