From: Roland Häder Date: Tue, 11 Aug 2009 17:06:21 +0000 (+0000) Subject: Deprecated call removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e0509ab4ad69e18a297f48aa0717e37de04eef5;p=install.git Deprecated call removed --- diff --git a/application/install/main/class_ b/application/install/main/class_ index 8d931fd..7a0d8b6 100644 --- a/application/install/main/class_ +++ b/application/install/main/class_ @@ -30,10 +30,6 @@ class extends BaseFrameworkSystem { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); } }