]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/login/class_ShipSimuGuestLogin.php
Ship-Simu now has its own member/guest implementations
[shipsimu.git] / application / ship-simu / main / login / class_ShipSimuGuestLogin.php
index b59eb2b9d6ecf722a17d19a012d00a4d210b2f94..24c44f65c270cfd6a0ddf03cfd0c4d8fdda750e6 100644 (file)
@@ -83,9 +83,9 @@ class ShipSimuGuestLogin extends BaseFrameworkSystem implements LoginableUser {
                // Detect login method (username or email) and try to get a userinstance
                if (!is_null($requestInstance->getRequestElement('user'))) {
                        // Username found!
-                       $method = "createGuestByUsername";
+                       $method = 'createGuestByUsername';
                        $data = $requestInstance->getRequestElement('user');
-               }
+               } // END - if
 
                // Is a method detected?
                if (is_null($method)) {