]> git.mxchange.org Git - admin.git/blobdiff - application/admin/main/login/class_AdminUserLogin.php
Merge branch 'master' of git.mxchange.org:/var/cache/git/repos/admin
[admin.git] / application / admin / main / login / class_AdminUserLogin.php
index 75815c9afef65225fbdf8e188997eec00059da6d..ac8050e76b9c3997e31881b5760012b143accdeb 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A special login class for administration area
  *
- * @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 Admin-Area 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
@@ -35,10 +35,6 @@ class AdminUserLogin extends BaseFrameworkSystem implements LoginableUser {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
@@ -46,7 +42,7 @@ class AdminUserLogin extends BaseFrameworkSystem implements LoginableUser {
         *
         * @return      $loginInstance  An instance of this login class
         */
-       public final static function createAdminUserLogin () {
+       public static final function createAdminUserLogin () {
                // Get a new instance
                $loginInstance = new AdminUserLogin();