Skip to content

Commit

Permalink
0.0.6: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 26, 2020
1 parent 8a31642 commit 6132420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private function image($path) {
]);
$path = df_cc_path(dirname(BP), 'result', df_product_image_path2rel($path));
if (!is_dir($dir = dirname($path))) {
mkdir($dir, 777, true);
mkdir($dir, 0777, true);
}
imagejpeg($im2, $path);
imagedestroy($im2);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tradefurniturecompany/image"
,"version": "0.0.5"
,"version": "0.0.6"
,"description": "A custom image processing module for tradefurniturecompany.co.uk (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/tradefurniturecompany/image"
Expand Down

0 comments on commit 6132420

Please sign in to comment.