]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/filter/government/class_ShipSimuGovernmentPaysStartupHelpFilter.php
Method redirectToConfiguredUrl() does now append the suffix '_url' to all config...
[shipsimu.git] / application / ship-simu / main / filter / government / class_ShipSimuGovernmentPaysStartupHelpFilter.php
index 6daa67fa3a7ba90e30b843fe7dee96aca2eed66a..9fb21e7ec9a8a4ffbd6a147bb5c3e3fc0f1befa5 100644 (file)
@@ -66,7 +66,7 @@ class ShipSimuGovernmentPaysStartupHelpFilter extends BaseShipSimuFilter impleme
                        $requestInstance->requestIsValid(false);
 
                        // Redirect to configured URL
-                       $responseInstance->redirectToConfiguredUrl('login_government_startup_failed_url');
+                       $responseInstance->redirectToConfiguredUrl('login_government_startup_failed');
 
                        // Stop processing here
                        exit();