Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / controller / class_BaseController.php
index 9e1c43e0b419c51f9a2744df22a6a50c552972ef..7839ea02dda3c72391101c3c5bf63d7cafda022c 100644 (file)
@@ -42,10 +42,6 @@ class BaseController extends BaseFrameworkSystem implements Registerable {
                // Call parent constructor
                parent::__construct($className);
 
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
-
                // Initialize both filter chains
                $this->initFilterChain('pre');
                $this->initFilterChain('post');