Skip to content

Commit

Permalink
Issue 233
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclay committed Jun 23, 2011
1 parent 5002cd5 commit 2ccb804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion min/lib/Minify.php
Expand Up @@ -253,7 +253,7 @@ public static function serve($controller, $options = array())
if (self::$_options['contentType'] === self::TYPE_CSS
&& self::$_options['rewriteCssUris']) {
reset($controller->sources);
while (list($key, $source) = each($controller->sources)) {
foreach($controller->sources as $key => $source) {
if ($source->filepath
&& !isset($source->minifyOptions['currentDir'])
&& !isset($source->minifyOptions['prependRelativePath'])
Expand Down

0 comments on commit 2ccb804

Please sign in to comment.