]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/login/helper/class_ShipSimuLoginHelper.php
Continued:
[shipsimu.git] / application / shipsimu / classes / login / helper / class_ShipSimuLoginHelper.php
index 3a7c66db30609980e4e2537c68853fe5b130ef09..26e10ede73ef22d3806f974c274225b86e2ad866 100644 (file)
@@ -67,7 +67,7 @@ class ShipSimuLoginHelper extends BaseLoginHelper implements HelpableLogin {
                if (!$userInstance instanceof ManageableAccount) {
                        // Thrown an exception here
                        throw new UserInstanceMissingException (array($helperInstance, 'user'), self::EXCEPTION_INVALID_USER_INSTANCE);
-               } // END - if
+               }
 
                // Set default login method from config
                $helperInstance->setDefaultAuthMethod();