manu37 / tinymce4

tinymce4_XH - tinyMCEv4 for CMSimple_XH
GNU General Public License v3.0
1 stars 3 forks source link

Link list reports quadrupled file size #20

Closed cmb69 closed 6 years ago

cmb69 commented 6 years ago

The algorithm to calculate the file size in KB appears to be wrong, since >> 8 is basically division by 256, but division by 1024 (i.e. >> 10) is desired. See also https://www.cmsimpleforum.com/viewtopic.php?f=10&t=13964&p=67246#p67246.

cmb69 commented 6 years ago

Probably better: change this line to

                (round(filesize($downloads_path . '/' . $p) / 1024, 1)) .