r53735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53734‎ | r53735 | r53736 >
Date:00:16, 25 July 2009
Author:demon
Status:ok
Tags:
Comment:
Forgot to declare $mFixMagicQuotes.
Modified paths:
  • /trunk/phase3/includes/WebRequest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WebRequest.php
@@ -45,7 +45,7 @@
4646 class WebRequest {
4747 protected $data = array();
4848 var $headers;
49 - private $_response;
 49+ private $_response, $mFixMagicQuotes;
5050
5151 public function __construct() {
5252 /// @fixme This preemptive de-quoting can interfere with other web libraries

Status & tagging log