]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/language/class_LanguageSystem.php
Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / language / class_LanguageSystem.php
index 30e97786dc686a6f9ac75e123104bae1353ee391..867a3af7ef9c4120fead33df8df10e57f574908e 100644 (file)
@@ -51,10 +51,6 @@ class LanguageSystem extends BaseFrameworkSystem implements ManageableLanguage,
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
        }
 
        /**