r82117 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82116‎ | r82117 | r82118 >
Date:17:16, 14 February 2011
Author:demon
Status:ok
Tags:
Comment:
Allow callback to be set by options array, inspired by bug 27391
Modified paths:
  • /trunk/phase3/includes/HttpFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HttpFunctions.php
@@ -188,7 +188,7 @@
189189 }
190190
191191 $members = array( "postData", "proxy", "noProxy", "sslVerifyHost", "caInfo",
192 - "method", "followRedirects", "maxRedirects", "sslVerifyCert" );
 192+ "method", "followRedirects", "maxRedirects", "sslVerifyCert", "callback" );
193193
194194 foreach ( $members as $o ) {
195195 if ( isset( $options[$o] ) ) {

Status & tagging log