r93822 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93821‎ | r93822 | r93823 >
Date:13:12, 3 August 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix syntax error in r93820
Modified paths:
  • /trunk/phase3/includes/libs/CSSMin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/libs/CSSMin.php
@@ -139,7 +139,7 @@
140140 $origLength = strlen( $match['file'][0] );
141141 $lengthIncrease = strlen( $expanded ) - $origLength;
142142 $source = substr_replace( $source, wfExpandUrl( $match['file'][0], PROTO_RELATIVE ),
143 - $match['file'][1], $origLength,
 143+ $match['file'][1], $origLength
144144 );
145145 }
146146 // Move the offset to the end of the match, leaving it alone

Follow-up revisions

RevisionCommit summaryAuthorDate
r938901.17wmf1: MFT rest of protocol-relative URL fixes and API cache splitting sup...catrope15:02, 4 August 2011
r94472MFT to REL1_18:...hashar19:43, 14 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93820Some random URL protocol forcing for protocol-relative URLscatrope12:58, 3 August 2011

Status & tagging log