From: Roan Kattouw Date: Wed, 3 Aug 2011 13:12:55 +0000 (+0000) Subject: Fix syntax error in r93820 X-Git-Tag: 1.31.0-rc.0~28459 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=3e0a7705244d173aca7e6bce4c1db2d98b3c27c6;p=lhc%2Fweb%2Fwiklou.git Fix syntax error in r93820 --- diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 200240853b..dad98c32c0 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -139,7 +139,7 @@ class CSSMin { $origLength = strlen( $match['file'][0] ); $lengthIncrease = strlen( $expanded ) - $origLength; $source = substr_replace( $source, wfExpandUrl( $match['file'][0], PROTO_RELATIVE ), - $match['file'][1], $origLength, + $match['file'][1], $origLength ); } // Move the offset to the end of the match, leaving it alone