X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Ffilter%2Fgovernment%2Fclass_ShipSimuGovernmentPaysStartupHelpFilter.php;h=7becf1281867e092188faf9992e02f20a5994f6b;hp=6daa67fa3a7ba90e30b843fe7dee96aca2eed66a;hb=4f70843ae8428f051d70ccff5bb43fc4c03dda8d;hpb=30ac71a896ee5b233107ec85871433603df821f3 diff --git a/application/ship-simu/main/filter/government/class_ShipSimuGovernmentPaysStartupHelpFilter.php b/application/ship-simu/main/filter/government/class_ShipSimuGovernmentPaysStartupHelpFilter.php index 6daa67f..7becf12 100644 --- a/application/ship-simu/main/filter/government/class_ShipSimuGovernmentPaysStartupHelpFilter.php +++ b/application/ship-simu/main/filter/government/class_ShipSimuGovernmentPaysStartupHelpFilter.php @@ -2,11 +2,11 @@ /** * A filter for checking if government can pay startup helps * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -37,7 +37,7 @@ class ShipSimuGovernmentPaysStartupHelpFilter extends BaseShipSimuFilter impleme * * @return $filterInstance An instance of this filter class */ - public final static function createShipSimuGovernmentPaysStartupHelpFilter () { + public static final function createShipSimuGovernmentPaysStartupHelpFilter () { // Get a new instance $filterInstance = new ShipSimuGovernmentPaysStartupHelpFilter(); @@ -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();