]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/login/class_ShipSimuGuestLogin.php
Continued:
[shipsimu.git] / application / shipsimu / classes / login / class_ShipSimuGuestLogin.php
index 802749b4bdb6dc49eb274121513cac9b71e503bd..a30c272685fdbc8fb5150241cfb2efe181190667 100644 (file)
@@ -72,7 +72,7 @@ class ShipSimuGuestLogin extends BaseFrameworkSystem implements LoginableUser, R
                if ($userInstance->ifPasswordHashMatches($requestInstance) === false) {
                        // Mismatching password
                        throw new UserPasswordMismatchException(array($this, $userInstance), BaseUser::EXCEPTION_USER_PASS_MISMATCH);
-               } // END - if
+               }
 
                // Now do the real login. This can be cookie- or session-based login
                // which depends on the admins setting then on the user's taste.
@@ -120,6 +120,6 @@ class ShipSimuGuestLogin extends BaseFrameworkSystem implements LoginableUser, R
 
                        // Store the hash back in request
                        $this->getRequestInstance()->setRequestElement('pass_hash', $this->hashedPassword);
-               } // END - if
+               }
        }
 }