Index: trunk/phase3/includes/WebRequest.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | class WebRequest { |
47 | 47 | protected $data = array(); |
48 | 48 | var $headers; |
49 | | - private $_response; |
| 49 | + private $_response, $mFixMagicQuotes; |
50 | 50 | |
51 | 51 | public function __construct() { |
52 | 52 | /// @fixme This preemptive de-quoting can interfere with other web libraries |