]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/application/class_BaseApplication.php
Updated copyright:
[core.git] / inc / classes / main / application / class_BaseApplication.php
index 89884cc30cc2dffc1d4c10fa850b077e504af49d..7f14fe24983356fe6be6927bb0420a844668b961 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general application class for the ApplicationHelper classes.
  *
- * @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 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 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
@@ -32,10 +32,6 @@ class BaseApplication extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct($className);
 
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
-
                // Get registry instance
                $registryInstance = Registry::getRegistry();