From: Trevor Parscal Date: Mon, 27 Sep 2010 18:43:21 +0000 (+0000) Subject: Fixed typo in a comment X-Git-Tag: 1.31.0-rc.0~34781 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=108fb9b2075590ec2a126f3252050679ed3c0069;p=lhc%2Fweb%2Fwiklou.git Fixed typo in a comment --- diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 33ca63ad41..44e5ba9786 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -93,7 +93,7 @@ class CSSMin { $post = $match['post'][0]; $file = "{$local}/{$match['file'][0]}"; $url = "{$remote}/{$match['file'][0]}"; - // Only proceed if we can access the fill + // Only proceed if we can access the file if ( file_exists( $file ) ) { // Add version parameter as a time-stamp in ISO 8601 format, using Z for the timezone, meaning GMT $url .= '?' . gmdate( 'Y-m-d\TH:i:s\Z', round( filemtime( $file ), -2 ) );