summaryrefslogtreecommitdiffstats
path: root/app/controller/auth.control.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/controller/auth.control.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/controller/auth.control.php b/app/controller/auth.control.php
index 693d190..9bb8349 100644
--- a/app/controller/auth.control.php
+++ b/app/controller/auth.control.php
@@ -36,13 +36,7 @@ class Auth extends Controller
if ($mod->deflt())
include "view/auth/default.view.php";
else
- $this->action_initial_signup($mod);
- }
-
- function action_initial_signup($mod)
- {
- $mod->initialSignup();
- $this->action_signup($mod);
+ $this->action_signup($mod);
}
function action_signup($mod)