r67208 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67207‎ | r67208 | r67209 >
Date:00:49, 2 June 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r67205
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -11,8 +11,8 @@
1212
1313 define( 'SRF_VERSION', '1.4.6' );
1414
15 -$srfgScriptPath = $wgScriptPath . '/extensions/SemanticResultFormats';
16 -$srfgIP = $IP . '/extensions/SemanticResultFormats';
 15+$srfgScriptPath = $wgScriptPath . '/extensions/SemanticResultFormats'; // TODO: fix hardcoded path
 16+$srfgIP = dirname( __FILE__ );
1717 $wgExtensionMessagesFiles['SemanticResultFormats'] = $srfgIP . '/SRF_Messages.php';
1818 $wgExtensionFunctions[] = 'srffSetup';
1919

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67205Use of dirname( __FILE__ ) instead of hardcoded stuffzjeroendedauw00:37, 2 June 2010

Status & tagging log