Index: trunk/extensions/LiquidThreads/README |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | edit it first, and replace the /*$wgDBprefix*/ and /*$wgDBTableOptions*/ |
22 | 22 | strings with the corresponding settings. |
23 | 23 | 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" ); |
25 | 25 | |
26 | 26 | Liquid Threads uses namespace numbers 90, 91, 92, and 93. If you are using |
27 | 27 | another extension which uses any of these numbers, you should have Liquid |