Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / database / class_BaseDatabaseWrapper.php
index 8d999f13b3ffb6fd6824655562fb2480646abf76..5e7099e73490316f48fe9b9cc0df58e65b16bac8 100644 (file)
@@ -43,10 +43,6 @@ class BaseDatabaseWrapper extends BaseFrameworkSystem {
 
                // Initialize the cache instance
                $this->initCacheInstance();
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**