Ship-Simu now has its own member/guest implementations
[shipsimu.git] / application / ship-simu / main / login / class_ShipSimuUserLogin.php
index 367103ca2021995e23bedf871ac2aa4524da2b27..7ca65d2da16f8c757511972b76eaf339f29f9565 100644 (file)
@@ -85,7 +85,7 @@ class ShipSimuUserLogin extends BaseFrameworkSystem implements LoginableUser {
                // Is there an instance?
                if (is_null($userInstance)) {
                        // Get a user instance
-                       $userInstance = Member::createUserByRequest($requestInstance);
+                       $userInstance = Member::createMemberByRequest($requestInstance);
 
                        // Remember this new instance in registry
                        Registry::getRegistry()->addInstance($userInstance);