r76555 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76554‎ | r76555 | r76556 >
Date:00:58, 12 November 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Fixed path to recaptcha
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php
@@ -149,7 +149,7 @@
150150 * @return array response
151151 */
152152 function _recaptcha_http_post_curl( $host, $path, $data, $port = 80 ) {
153 - $url = "http://" . $host . ":" . $port;
 153+ $url = "http://" . $host . ":" . $port . $path;
154154
155155 $ch = curl_init( $url );
156156 curl_setopt( $ch, CURLOPT_POST, true );

Status & tagging log