Method redirectToConfiguredUrl() does now append the suffix '_url' to all config...
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuGuestLoginCommand.php
index 80e4a5d00423ce0fdee92fe574dc735b070e13ee..6d5f7f8038e9c0b125825d198c13bc3f2122eec0 100644 (file)
@@ -78,7 +78,7 @@ class WebShipsimuGuestLoginCommand extends BaseCommand implements Commandable {
                        // Try to redirect here
                        try {
                                // Redirect...
-                               $responseInstance->redirectToConfiguredUrl('app_login_url');
+                               $responseInstance->redirectToConfiguredUrl('app_login');
 
                                // Exit here
                                exit();