Deprecated call removed
authorRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2009 17:06:21 +0000 (17:06 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2009 17:06:21 +0000 (17:06 +0000)
application/install/main/class_

index 8d931fd4da6d17baab6abfecfb0b47087721fedc..7a0d8b64c82813fb61aff1f3e0d51417c10697a2 100644 (file)
@@ -30,10 +30,6 @@ class  extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 }