r18257 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18256‎ | r18257 | r18258 >
Date:14:36, 11 December 2006
Author:travis
Status:old
Tags:
Comment:
change global variable names, add error for anon users
Modified paths:
  • /trunk/extensions/ImportFreeImages/README (modified) (history)

Diff [purge]

Index: trunk/extensions/ImportFreeImages/README
@@ -37,7 +37,7 @@
3838 <pre>
3939 require_once('extensions/ImportFreeImages/ImportFreeImages.php');
4040 </pre>
41 -* Get yourself an API Key from [http://www.flickr.com/services/api/misc.api_keys.html here] and set $wgFlickrAPIKey to this key in ImportFreeImages.php.
 41+* Get yourself an API Key from [http://www.flickr.com/services/api/misc.api_keys.html here] and set $wgIFI_FlickrAPIKey to this key in ImportFreeImages.php.
4242
4343 == Options ==
4444 * Configure $wgResultsPerPage and $wgResultsPerRow if you desire.