More renamed
[shipsimu.git] / application / ship-simu / main / login / class_ShipSimuGuestLogin.php
index 96eed3621e693c7fd285f555476c20fdfa39e5bc..16f76ed73a57fa82a87035e9caa4e4b074f03b87 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A special guest login class for Ship-Simu
  *
- * @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 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
@@ -42,7 +42,7 @@ class ShipSimuGuestLogin extends BaseFrameworkSystem implements LoginableUser {
         *
         * @return      $loginInstance  An instance of this login class
         */
-       public final static function createShipSimuGuestLogin () {
+       public static final function createShipSimuGuestLogin () {
                // Get a new instance
                $loginInstance = new ShipSimuGuestLogin();