Forgot to declare $mFixMagicQuotes.
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 25 Jul 2009 00:16:00 +0000 (00:16 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 25 Jul 2009 00:16:00 +0000 (00:16 +0000)
includes/WebRequest.php

index 764a6ba..8362f11 100644 (file)
@@ -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