Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / registry / class_Registry.php
index 075432c05ff10bfef6fbdb966db99a7c719b885b..876f7e380edb6d5be4cbb2a8fea963d6aae70cad 100644 (file)
@@ -46,10 +46,6 @@ class Registry extends BaseFrameworkSystem implements Register {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**