From 3c75052ecee9ccea73131c1fc0fdd54c6ca92380 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 25 Jul 2009 00:16:00 +0000 Subject: [PATCH] Forgot to declare $mFixMagicQuotes. --- includes/WebRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 764a6baac5..8362f112ed 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -45,7 +45,7 @@ if ( !function_exists( '__autoload' ) ) { class WebRequest { protected $data = array(); var $headers; - private $_response; + private $_response, $mFixMagicQuotes; public function __construct() { /// @fixme This preemptive de-quoting can interfere with other web libraries -- 2.20.1