]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/filter/auth/class_UserAuthFilter.php
Updated domain without a dash :(
[core.git] / inc / classes / main / filter / auth / class_UserAuthFilter.php
index 5d21a1ce61dabb036a47cf0c4124c8a7e07e7ce5..cc7046844fc867242f9af55238fe31675b13577b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A filter for checking user permissions
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core 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
@@ -92,7 +92,7 @@ class UserAuthFilter extends BaseFilter implements Filterable {
                        $authInstance->destroyAuthData();
 
                        // Mark the request as invalid
-                       $requestInstance->requestIsValid(false);
+                       $requestInstance->requestIsValid(FALSE);
 
                        // Add fatal message
                        $responseInstance->addFatalMessage('auth_data_incomplete');