diff --git a/e107_plugins/download/download_shortcodes.php b/e107_plugins/download/download_shortcodes.php index 624bfa044..cfb5e8db0 100644 --- a/e107_plugins/download/download_shortcodes.php +++ b/e107_plugins/download/download_shortcodes.php @@ -749,7 +749,7 @@ class download_shortcodes extends e_shortcode function sc_download_view_filesize() { - return ($this->var['download_filesize']) ? eHelper::parseMemorySize($this->var['download_filesize']) : ""; + return ($this->var['download_filesize']) ? eHelper::parseMemorySize($this->var['download_filesize'], 0) : ""; } function sc_download_view_rating()