r60309 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60308‎ | r60309 | r60310 >
Date:06:42, 23 December 2009
Author:yaron
Status:deferred
Tags:
Comment:
Changed to more conventional style for setting extension directory
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Settings.php
@@ -17,7 +17,7 @@
1818 # seen on your local filesystem. Used against some PHP file path
1919 # issues.
2020 ##
21 -$sfgIP = $IP . '/extensions/SemanticForms';
 21+$sfgIP = dirname(__FILE__) . '/..';
2222 ##
2323
2424

Status & tagging log