]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/filter/class_FilterChain.php
NPE catched (TODO: we should log it later)
[core.git] / inc / classes / main / filter / class_FilterChain.php
index 41fdad226c77535c7ba8a8ee60fe55ca6e2fe409..8b31760dc0d298bb61726a47b33d1ed2a9927b74 100644 (file)
@@ -35,10 +35,6 @@ class FilterChain extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**