r89387 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89386‎ | r89387 | r89388 >
Date:03:36, 3 June 2011
Author:demon
Status:ok
Tags:
Comment:
Fix for r89166: need self
Modified paths:
  • /trunk/phase3/includes/Init.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Init.php
@@ -72,7 +72,7 @@
7373 * extensions directory.
7474 */
7575 static function extInterpretedPath( $file ) {
76 - return getExtensionsDirectory() . '/' . $file;
 76+ return self::getExtensionsDirectory() . '/' . $file;
7777 }
7878
7979 /**
@@ -84,7 +84,7 @@
8585 if ( defined( 'MW_COMPILED' ) ) {
8686 return "extensions/$file";
8787 } else {
88 - return getExtensionsDirectory() . '/' . $file;
 88+ return self::getExtensionsDirectory() . '/' . $file;
8989 }
9090 }
9191

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89166HipHop improvements:...tstarling13:49, 30 May 2011

Status & tagging log