X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fauth%2Fclass_CookieAuth.php;h=e302ccb23d6bd61935ac91aa79fe481c22628011;hp=b6e00764769526a54ea5dac03cbccc387091d300;hb=0d566e56ff27dcbf25a90d513950bbf26fe71422;hpb=47a6960661d9daa28ad7d2aedef359a3ec888642 diff --git a/inc/classes/main/auth/class_CookieAuth.php b/inc/classes/main/auth/class_CookieAuth.php index b6e00764..e302ccb2 100644 --- a/inc/classes/main/auth/class_CookieAuth.php +++ b/inc/classes/main/auth/class_CookieAuth.php @@ -30,10 +30,6 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); } /**