r83060 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83059‎ | r83060 | r83061 >
Date:00:22, 2 March 2011
Author:yaron
Status:deferred
Tags:
Comment:
Fixes for new location of file
Modified paths:
  • /trunk/extensions/SemanticForms/SemanticForms.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/SemanticForms.php
@@ -22,7 +22,7 @@
2323 # seen on your local filesystem. Used against some PHP file path
2424 # issues.
2525 # #
26 -$sfgIP = dirname( __FILE__ ) . '/..';
 26+$sfgIP = dirname( __FILE__ );
2727 # #
2828
2929
@@ -30,7 +30,7 @@
3131 // $pathfix = $IP . $sfgScriptPath;
3232
3333 // load global functions
34 -require_once( 'SF_GlobalFunctions.php' );
 34+require_once( 'includes/SF_GlobalFunctions.php' );
3535
3636 sffInitNamespaces();
3737