r89708 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89707‎ | r89708 | r89709 >
Date:22:33, 7 June 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow up r89707. No need for the explicit concatenations.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -1239,7 +1239,7 @@
12401240 require( "$IP/includes/DefaultSettings.php" );
12411241
12421242 foreach( $exts as $e ) {
1243 - require_once( $IP . '/extensions' . "/$e/$e.php" );
 1243+ require_once( "$IP/extensions/$e/$e.php" );
12441244 }
12451245
12461246 $hooksWeWant = isset( $wgHooks['LoadExtensionSchemaUpdates'] ) ?

Follow-up revisions

RevisionCommit summaryAuthorDate
r92348MFT to REL1_18:...hashar08:57, 16 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89707quick fix for bug28983 . Do not use $path in the loop. Even the remaining $e ...wikinaut22:30, 7 June 2011

Status & tagging log