Method redirectToConfiguredUrl() does now append the suffix '_url' to all config...
[shipsimu.git] / application / ship-simu / main / filter / government / class_ShipSimuGovernmentPaysTrainingFilter.php
index 50a2b1fa528c5b30325be34b21278b5cbf0d57da..9d548c8d061d0f9b9fa1d0339f5cacd50d7d290f 100644 (file)
@@ -66,7 +66,7 @@ class ShipSimuGovernmentPaysTrainingFilter extends BaseShipSimuFilter implements
                        $requestInstance->requestIsValid(false);
 
                        // Redirect to configured URL
-                       $responseInstance->redirectToConfiguredUrl('login_government_training_failed_url');
+                       $responseInstance->redirectToConfiguredUrl('login_government_training_failed');
 
                        // Stop processing here
                        exit();