s/fullrandom/dailyshuffle/, and run formatter

This commit is contained in:
Shish
2020-05-13 13:03:49 +01:00
parent f7c6b662cd
commit 1e76fb239e
2 changed files with 10 additions and 11 deletions

View File

@@ -194,7 +194,7 @@ class Upload extends Extension
if ($this->is_full) {
throw new UploadException("Can not replace Image: disk nearly full");
}
// Try to get the image ID
if ($event->count_args() >= 1) {
$image_id = int_escape($event->get_arg(0));