mirror of
https://github.com/unraid/webgui.git
synced 2026-01-09 02:59:52 -06:00
Php error in Share Edit causes the share edit page to not display correctly.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user