r70600 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70599‎ | r70600 | r70601 >
Date:21:48, 6 August 2010
Author:tparscal
Status:ok
Tags:
Comment:
Added missing / in path to load.php - introduced in r70598
Modified paths:
  • /branches/resourceloader/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: branches/resourceloader/phase3/includes/OutputPage.php
@@ -2188,7 +2188,7 @@
21892189 ( $wgRequest->getVal( 'debug' ) !== 'false' && $wgRequest->getBool( 'debug' ) )
21902190 ),
21912191 );
2192 - return Html::linkedScript( wfAppendQuery( $wgScriptPath . 'load.php', $query ) );
 2192+ return Html::linkedScript( wfAppendQuery( $wgScriptPath . '/load.php', $query ) );
21932193 }
21942194
21952195 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70598Fixed missing ( introduced in r70582tparscal21:20, 6 August 2010

Status & tagging log