Bug Incorrect use of MB vs MiB

There is a bug in this version
D

digitalpoint

Guest
I'm aware that this is pretty nitpicky, but XenForo is using a base 1024 system for filesystem sizes and then incorrectly labeling them as KB, MB, GB, TB, etc (those are base 1000 labels) in XF\Language.php.

See: Megabyte - Wikipedia

1691603064798.png

The numbering system XenForo uses is KiB, MiB, GiB, TiB, etc.

Not a huge deal in itself as it's mostly cosmetic, but it starts to get weird when you are comparing things like attachment sizes in XenForo to a system...

Read more

Continue reading...