r55528 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55527‎ | r55528 | r55529 >
Date:15:17, 23 August 2009
Author:demon
Status:deferred
Tags:
Comment:
Cleanup r55483, don't need to declare globals twice.
Modified paths:
  • /trunk/extensions/HoneypotIntegration/HoneypotIntegration.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.class.php
@@ -54,8 +54,7 @@
5555 public static function loadHoneypotURLs() {
5656 global $wgMemc, $wgHoneypotURLSource;
5757 $key = wfMemcKey( 'honeypot-integration-urls' );
58 -
59 - global $wgHoneypotURLSource;
 58+
6059 // Curl opt is a hack because the honeypot folks don't seem to have a valid
6160 // certificate.
6261 $data = Http::get( $wgHoneypotURLSource, 'default',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55483Merge r55331 from wmf-deployment (which was merged from a live hack)...raymond18:30, 22 August 2009

Status & tagging log