From b52dfeca0fa273db932dbaf666b1b6a1d9974bc9 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 20 May 2015 20:57:43 +0200 Subject: [PATCH] Remove initMagicQuotes() call in WCFSetup --- wcfsetup/install/files/lib/system/WCFSetup.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index 045e7a9867..cecd532ed9 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -103,7 +103,6 @@ class WCFSetup extends WCF { */ public function __construct() { @set_time_limit(0); - $this->initMagicQuotes(); $this->getDeveloperMode(); $this->getLanguageSelection(); $this->getWCFDir(); -- 2.20.1