Folder Alignements

This commit is contained in:
Fred Tempez 2024-03-17 09:13:32 +01:00
parent d89455d86a
commit 10083e7ee8
2 changed files with 1 additions and 1 deletions

BIN
module/folder.zip Normal file

Binary file not shown.

View File

@ -183,7 +183,7 @@ class folder extends common
private function formatSizeUnits($bytes)
{
$units = array('octest', 'Ko', 'Mo', 'Go', 'To');
$units = array('octets', 'Ko', 'Mo', 'Go', 'To');
$i = 0;
while ($bytes >= 1024) {
$bytes /= 1024;