Index: trunk/extensions/NewestPages/README |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | NewestPages.php and NewestPages.i18n.php into your MediaWiki extensions directory. |
32 | 32 | Then edit your LocalSettings.php file and add the following line: |
33 | 33 | |
34 | | - require_once( 'extensions/NewestPages.php' ); |
| 34 | + require_once( 'extensions/NewestPages/NewestPages.php' ); |
35 | 35 | |
36 | 36 | Save the file to complete the installation. |
37 | 37 | |
— | — | @@ -96,4 +96,4 @@ |
97 | 97 | page, I decided to clean up the code, give the page a more generalised function, |
98 | 98 | and release it. |
99 | 99 | |
100 | | -Feedback welcomed at <robchur@gmail.com> as usual. |
\ No newline at end of file |
| 100 | +Feedback welcomed at <robchur@gmail.com> as usual. |