Fix syntax error in r93820
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 3 Aug 2011 13:12:55 +0000 (13:12 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 3 Aug 2011 13:12:55 +0000 (13:12 +0000)
includes/libs/CSSMin.php

index 2002408..dad98c3 100644 (file)
@@ -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