diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/ajax/addMountPoint.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/ajax/addMountPoint.php b/apps/files_external/ajax/addMountPoint.php index 0ed447f49e8..ac7359669d2 100644 --- a/apps/files_external/ajax/addMountPoint.php +++ b/apps/files_external/ajax/addMountPoint.php @@ -35,7 +35,7 @@ if ($_POST['isPersonal'] == 'true') { $mountPoint = (string)$_POST['mountPoint']; $oldMountPoint = (string)$_POST['oldMountPoint']; $class = (string)$_POST['class']; -$options = (string)$_POST['classOptions']; +$options = (array)$_POST['classOptions']; $type = (string)$_POST['mountType']; $applicable = (string)$_POST['applicable']; |