r44258 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44257‎ | r44258 | r44259 >
Date:18:17, 5 December 2008
Author:mkroetzsch
Status:deferred
Tags:
Comment:
use $IP in include path as suggested by Bug 16520.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/INSTALL (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/INSTALL
@@ -73,8 +73,8 @@
7474 We abbreviate "[wikipath]/extensions/SemanticMediaWiki" as "[SMW_path]".
7575 (2) Insert the following two lines into "[wikipath]/LocalSettings.php":
7676
77 - include_once('extensions/SemanticMediaWiki/includes/SMW_Settings.php');
78 - enableSemantics('example.org');
 77+ include_once("$IP/extensions/SemanticMediaWiki/includes/SMW_Settings.php");
 78+ enableSemantics('example.org');
7979
8080 where example.org should be replaced by your server's name (or IP address).
8181 The latter is needed only once, using the "preferred" name of your server.

Status & tagging log