mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
team members limitation frontend/backend
This commit is contained in:
@@ -477,7 +477,7 @@ if (! function_exists('get_storage_fill_percentage')) {
|
||||
}
|
||||
|
||||
// Return in 2 decimal
|
||||
return number_format((float) $progress, 2, '.', '');
|
||||
return (float) number_format((float) $progress, 2, '.', '');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user