Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / discovery / class_BaseDiscovery.php
index 40c67d8db375f4d5a6cf1e0b3a8d4cfae71f1739..4429cf68819174f05a5f47cdee5445d2d4c1015d 100644 (file)
@@ -36,10 +36,6 @@ class BaseDiscovery extends BaseFrameworkSystem {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**