Skip to content

Commit

Permalink
fix plugin options not passed (#478)
Browse files Browse the repository at this point in the history
* fix plugin options not passed

* fix plugin options not passed
  • Loading branch information
entobvba authored Apr 17, 2022
1 parent 03894ab commit e8df6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/ElFinderConfigurationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function getConfiguration(string $instance): array
'service' => $driver,
'glideURL' => $parameter['glide_url'],
'glideKey' => $parameter['glide_key'],
'plugin' => $parameter['plugins'],
'plugin' => $options['plugin'],
'path' => $pathAndHomeFolder,
'startPath' => $parameter['start_path'],
'encoding' => $parameter['encoding'],
Expand Down

0 comments on commit e8df6b1

Please sign in to comment.