]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/registration/class_BaseRegistration.php
Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / registration / class_BaseRegistration.php
index 1ebf7e5b8d52eba657c6c8d6fc1481a823a01e40..341eeba61e457032fa3050f2c1c12a3e3e83d03a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -41,10 +41,6 @@ class BaseRegistration extends BaseFrameworkSystem {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**