Skip to content

Commit

Permalink
[php:FlysystemGoogleDriveNetmount] set volume option separator to '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jul 19, 2016
1 parent 4c36c99 commit 0fdd558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/elFinderFlysystemGoogleDriveNetmount.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ public function mount(array $opts)

$opts['driver'] = 'FlysystemExt';
$opts['filesystem'] = $filesystem;
$opts['separator'] = '/';
$opts['checkSubfolders'] = true;
if (! isset($opts['alias'])) {
$opts['alias'] = 'GoogleDrive';
Expand Down

0 comments on commit 0fdd558

Please sign in to comment.