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 @@
2189
2189
( $wgRequest->getVal( 'debug' ) !== 'false' && $wgRequest->getBool( 'debug' ) )
2190
2190
),
2191
2191
);
2192
- return Html::linkedScript( wfAppendQuery( $wgScriptPath . 'load.php', $query ) );
2192
+ return Html::linkedScript( wfAppendQuery( $wgScriptPath . '/load.php', $query ) );
2193
2193
}
2194
2194
2195
2195
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r70598
Fixed missing ( introduced in
r70582
tparscal
21:20, 6 August 2010
Status & tagging log
13:51, 7 August 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r70600
[
removed:
new
added:
ok]