Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #53 from AlexiZ/patch-1
Browse files Browse the repository at this point in the history
Add FIleMode option to thumbnails
  • Loading branch information
helios-ag authored Apr 3, 2017
2 parents 71def9a + 30332b7 commit 46b2d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Driver/ElFinderVolumeDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -3853,6 +3853,7 @@ protected function createTmb($path, $stat) {

$this->fcloseCE($src, $path);
fclose($trg);
@chmod($tmb, $this->options['fileMode']);

$result = false;

Expand Down

0 comments on commit 46b2d9b

Please sign in to comment.