mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
minor fixes
This commit is contained in:
@@ -541,7 +541,7 @@ abstract class elFinderVolumeDriver {
|
||||
* @author Alexey Sukhotin
|
||||
**/
|
||||
public function mount(array $opts) {
|
||||
if ($opts['path'] === '') {
|
||||
if (!isset($opts['path']) || $opts['path'] === '') {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user