Skip to content
Snippets Groups Projects
Commit 9d36959d authored by Robin McCorkell's avatar Robin McCorkell
Browse files

Fix Ajax type casting for files_external

parent 81760321
No related branches found
No related tags found
No related merge requests found
......@@ -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'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment