Octal values...

This commit is contained in:
Peter Deltchev 2016-01-03 11:10:48 -08:00
parent 933f3f60c5
commit cf85ee69d7

View file

@ -113,7 +113,7 @@ class Image extends Model
}
External::execute($command);
chmod($image->getFile($coverType['id']), 644);
chmod($image->getFile($coverType['id']), 0644);
}
return $image;