]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/registration/class_BaseRegistration.php
Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / registration / class_BaseRegistration.php
index 55f42cab9fd15f902704959fcfacd8c5b9545ee6..341eeba61e457032fa3050f2c1c12a3e3e83d03a 100644 (file)
@@ -41,10 +41,6 @@ class BaseRegistration extends BaseFrameworkSystem {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**