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