]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/filter/government/class_ShipSimuGovernmentPaysStartupHelpFilter.php
Continued:
[shipsimu.git] / application / shipsimu / classes / filter / government / class_ShipSimuGovernmentPaysStartupHelpFilter.php
index 7becf1281867e092188faf9992e02f20a5994f6b..f02219dbee77573eff8d078c26146dfd6fe5a125 100644 (file)
@@ -63,16 +63,13 @@ class ShipSimuGovernmentPaysStartupHelpFilter extends BaseShipSimuFilter impleme
                // Now simply check for it
                if ((!$userInstance instanceof ManageableMember) || ($userInstance->ifGovernmentPaysStartupHelp() === false)) {
                        // Request is invalid
-                       $requestInstance->requestIsValid(false);
+                       $requestInstance->setIsRequestValid(FALSE);
 
                        // Redirect to configured URL
                        $responseInstance->redirectToConfiguredUrl('login_government_startup_failed');
 
                        // Stop processing here
-                       exit();
+                       exit;
                } // END - if
        }
 }
-
-// [EOF]
-?>