Method redirectToConfiguredUrl() does now append the suffix '_url' to all config...
[shipsimu.git] / application / ship-simu / main / controller / web / class_WebGovernmentFailedController.php
index 806fb4099d5b7f8e42e8463a52b2490ab1f22684..078e2c8447f4aa7a9f04bc6f48ebd6ce92f39013 100644 (file)
@@ -82,7 +82,7 @@ class WebGovernmentFailedController extends BaseController implements Controller
                        $this->executePreFilters($requestInstance, $responseInstance);
                } catch (UserAuthorizationException $e) {
                        // Redirect to main page
-                       $responseInstance->redirectToConfiguredUrl('login_failed_url');
+                       $responseInstance->redirectToConfiguredUrl('login_failed');
 
                        // Exit here
                        exit();