r49304 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49303‎ | r49304 | r49305 >
Date:10:00, 8 April 2009
Author:catrope
Status:ok
Tags:
Comment:
NewestPages: Fix path in README. Patch by Jidanni
Modified paths:
  • /trunk/extensions/NewestPages/README (modified) (history)

Diff [purge]

Index: trunk/extensions/NewestPages/README
@@ -30,7 +30,7 @@
3131 NewestPages.php and NewestPages.i18n.php into your MediaWiki extensions directory.
3232 Then edit your LocalSettings.php file and add the following line:
3333
34 - require_once( 'extensions/NewestPages.php' );
 34+ require_once( 'extensions/NewestPages/NewestPages.php' );
3535
3636 Save the file to complete the installation.
3737
@@ -96,4 +96,4 @@
9797 page, I decided to clean up the code, give the page a more generalised function,
9898 and release it.
9999
100 -Feedback welcomed at <robchur@gmail.com> as usual.
\ No newline at end of file
 100+Feedback welcomed at <robchur@gmail.com> as usual.

Status & tagging log