r60288 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60287‎ | r60288 | r60289 >
Date:23:56, 21 December 2009
Author:catrope
Status:ok
Tags:
Comment:
ApiSVGProxy: Fix reference to extension's name
Modified paths:
  • /trunk/extensions/ApiSVGProxy/ApiSVGProxy.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ApiSVGProxy/ApiSVGProxy.php
@@ -14,7 +14,7 @@
1515 # Alert the user that this is not a valid entry point to MediaWiki if they try to access the extension file directly.
1616 if( !defined( 'MEDIAWIKI' ) ) {
1717 echo <<<EOT
18 -To install the ChangeAuthor extension, put the following line in LocalSettings.php:
 18+To install the ApiSVGProxy extension, put the following line in LocalSettings.php:
1919 require_once( "\$IP/extensions/ApiSVGProxy/ApiSVGProxy.php" );
2020 EOT;
2121 exit( 1 );

Status & tagging log