]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/commands/web/class_WebShipsimuGuestLoginCommand.php
Continued:
[shipsimu.git] / application / shipsimu / classes / commands / web / class_WebShipsimuGuestLoginCommand.php
index 14015a364eb0ca9962ee620f9d293a102626d7ce..1b1fe8a2b2a419ace15b324e0628149597fe1bb3 100644 (file)
@@ -77,7 +77,7 @@ class WebShipsimuGuestLoginCommand extends BaseCommand implements Commandable {
                                $responseInstance->redirectToConfiguredUrl('app_login');
 
                                // Exit here
-                               exit();
+                               exit;
                        } catch (FrameworkException $e) {
                                // Something went wrong here!
                                $responseInstance->addFatalMessage($e->getMessage());
@@ -107,6 +107,3 @@ class WebShipsimuGuestLoginCommand extends BaseCommand implements Commandable {
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_guest_verifier_filter'));
        }
 }
-
-// [EOF]
-?>