src build elFinder-2.1-7595424

This commit is contained in:
nao-pon
2020-01-02 15:44:22 +09:00
parent aace2add1a
commit 340f604518
8 changed files with 191 additions and 57 deletions
+1
View File
@@ -1286,6 +1286,7 @@ class elFinder
$netVolumes = $this->getNetVolumes();
if (is_string($netKey) && isset($netVolumes[$netKey]) && is_string($optionKey)) {
$netVolumes[$netKey][$optionKey] = $val;
$this->saveNetVolumes($netVolumes);
}
}