Browse Source

Merge branch 'trunk'

Andy 5 năm trước cách đây
mục cha
commit
ea8464e9a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/strings.php

+ 1 - 1
functions/strings.php

@@ -661,7 +661,7 @@ function OneTimePadCreate ($length=100) {
   * @since 1.0
   *
   */
-function show_readable_size($bytes, $filesize_divisor) {
+function show_readable_size($bytes, $filesize_divisor=1024) {
     $bytes /= $filesize_divisor;
     $type = _("KiB");