Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / application / class_BaseApplication.php
index 89884cc30cc2dffc1d4c10fa850b077e504af49d..bf6ec3e0bcf7655d7010d71f3bd89a6ee2653a0a 100644 (file)
@@ -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();