r93442 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93441
|
r93442
|
r93443
>
Date:
23:57, 28 July 2011
Author:
samuellampa
Status:
deferred
Tags:
Comment:
Small correction of help text in
r93441
(The file paths had not changed, doh...)
Modified paths:
/trunk/extensions/RDFIO/specials/SpecialARC2Admin.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/RDFIO/specials/SpecialARC2Admin.php
—
—
@@ -3,7 +3,7 @@
4
4
if ( !defined( 'MEDIAWIKI' ) ) {
5
5
echo <<<EOT
6
6
To install my extension, put the following line in LocalSettings.php:
7
-require_once( "\$IP/extensions/RDFIO/specials/ARC2Admin.php" );
7
+require_once( "\$IP/extensions/RDFIO/specials/SpecialARC2Admin.php" );
8
8
EOT;
9
9
exit( 1 );
10
10
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r93441
Fixing
Bug 17553
, by making name of Special Page consistent.
samuellampa
23:52, 28 July 2011
Status & tagging log
20:28, 1 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r93442
[
removed:
new
added:
deferred]