r61198 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61197‎ | r61198 | r61199 >
Date:10:53, 18 January 2010
Author:questpc
Status:ok
Tags:
Comment:
Small README fix to improve the usage with dynamical environments
Modified paths:
  • /trunk/extensions/LiquidThreads/README (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/README
@@ -20,7 +20,7 @@
2121 edit it first, and replace the /*$wgDBprefix*/ and /*$wgDBTableOptions*/
2222 strings with the corresponding settings.
2323 3. Add this line to the end of your LocalSettings.php:
24 - require_once('extensions/LiquidThreads/LiquidThreads.php');
 24+ require_once( "$IP/extensions/LiquidThreads/LiquidThreads.php" );
2525
2626 Liquid Threads uses namespace numbers 90, 91, 92, and 93. If you are using
2727 another extension which uses any of these numbers, you should have Liquid

Status & tagging log