src build elFinder-2.1-2c74383

This commit is contained in:
nao-pon
2018-04-11 22:51:28 +09:00
parent 7b17fda53d
commit b14bd062a0
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -727,7 +727,7 @@ class elFinder {
$this->mountErrors[] = 'Driver "'.$class.'" : '.$e->getMessage();
}
} else {
$this->removeNetVolume($i, $volume);
$this->removeNetVolume($i, null);
$this->mountErrors[] = 'Driver "'.$class.'" does not exist';
}
}