]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/criteria/class_BaseCriteria.php
Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / criteria / class_BaseCriteria.php
index 6b870c4150f842d809903205e475e7ef15b60de8..67f9918e463242b059ad9e0c053d25bee8780aaa 100644 (file)
@@ -36,10 +36,6 @@ class BaseCriteria extends BaseFrameworkSystem {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**