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