Index: trunk/phase3/includes/HttpFunctions.php |
— | — | @@ -188,7 +188,7 @@ |
189 | 189 | } |
190 | 190 | |
191 | 191 | $members = array( "postData", "proxy", "noProxy", "sslVerifyHost", "caInfo", |
192 | | - "method", "followRedirects", "maxRedirects", "sslVerifyCert" ); |
| 192 | + "method", "followRedirects", "maxRedirects", "sslVerifyCert", "callback" ); |
193 | 193 | |
194 | 194 | foreach ( $members as $o ) { |
195 | 195 | if ( isset( $options[$o] ) ) { |