diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_random.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php index 58abec32..07df7a72 100644 --- a/templates/show_random.inc.php +++ b/templates/show_random.inc.php @@ -89,7 +89,7 @@ echo "\t\t\t" . '<option value="' . $i . '"' . ($_POST['size_limit'] == $i ? 'selected="selected"' : '') . '>' . - format_bytes($i * 1048576) . "</option>\n"; + UI::format_bytes($i * 1048576) . "</option>\n"; } ?> </select> |