Remove initMagicQuotes() call in WCFSetup
authorMatthias Schmidt <gravatronics@live.com>
Wed, 20 May 2015 18:57:43 +0000 (20:57 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 20 May 2015 18:57:43 +0000 (20:57 +0200)
wcfsetup/install/files/lib/system/WCFSetup.class.php

index 045e7a9867739631a99305e0fe4a2f1617f31167..cecd532ed9af1d3530bac8221ea6175bbc2b0618 100644 (file)
@@ -103,7 +103,6 @@ class WCFSetup extends WCF {
         */
        public function __construct() {
                @set_time_limit(0);
-               $this->initMagicQuotes();
                $this->getDeveloperMode();
                $this->getLanguageSelection();
                $this->getWCFDir();