r73819 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73818‎ | r73819 | r73820 >
Date:18:43, 27 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixed typo in a comment
Modified paths:
  • /trunk/phase3/includes/libs/CSSMin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/libs/CSSMin.php
@@ -93,7 +93,7 @@
9494 $post = $match['post'][0];
9595 $file = "{$local}/{$match['file'][0]}";
9696 $url = "{$remote}/{$match['file'][0]}";
97 - // Only proceed if we can access the fill
 97+ // Only proceed if we can access the file
9898 if ( file_exists( $file ) ) {
9999 // Add version parameter as a time-stamp in ISO 8601 format, using Z for the timezone, meaning GMT
100100 $url .= '?' . gmdate( 'Y-m-d\TH:i:s\Z', round( filemtime( $file ), -2 ) );

Status & tagging log