Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.class.php |
— | — | @@ -52,6 +52,7 @@ |
53 | 53 | } |
54 | 54 | |
55 | 55 | public static function loadHoneypotURLs() { |
| 56 | + global $wgMemc, $wgHoneypotURLSource; |
56 | 57 | $key = wfMemcKey( 'honeypot-integration-urls' ); |
57 | 58 | |
58 | 59 | global $wgHoneypotURLSource; |
Property changes on: trunk/extensions/HoneypotIntegration/HoneypotIntegration.class.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
59 | 60 | + /branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.class.php:55331 |