Php error in Share Edit causes the share edit page to not display correctly.

This commit is contained in:
dlandon
2025-02-07 18:06:20 -06:00
parent a250601bc6
commit 42c017fa07

View File

@@ -123,7 +123,7 @@ function presetSpace($val) {
if (!empty($large)) {
$fsSize[''] = max(array_filter($large, 'is_numeric'));
} else if (!empty($fsSize)) {
$fsSize[''] = $fsSize[$pool];
$fsSize[''] = min(array_filter($fsSize));
} else {
$fsSize[''] = 0;
}