Skip to content

Commit

Permalink
Merge pull request #11867 from MathiasReker/t15
Browse files Browse the repository at this point in the history
Remove unneeded curly braces
  • Loading branch information
Quetzacoalt91 committed Dec 20, 2018
2 parents 422b3d2 + 8f29590 commit cb3663e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install-dev/fixtures/fashion/img/p/resize.php
Expand Up @@ -38,10 +38,6 @@
ImageManager::resize($file, $match[1].'-'.$type['name'].'.jpg', $type['width'], $type['height'], 'jpg', true);
}
}
//if (!file_exists($match[1].'.jpg'))
{
//copy($file, $match[1].'.jpg');
ImageManager::resize($file, $match[1].'.jpg', 800, 800, 'jpg', true);
}
}
}

0 comments on commit cb3663e

Please sign in to comment.