Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / helper / class_BaseHelper.php
index c07ff5bbf945c577d4bbe420c165aca3aee41671..c79ccf14b82907ff25ee3dae3397ed611a4f5fdd 100644 (file)
@@ -76,10 +76,6 @@ class BaseHelper extends BaseFrameworkSystem {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**