From 2a79184bdbb99b233f82fabca0beac4324f20a82 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 10 Feb 2022 01:18:06 +0100 Subject: [PATCH] OOPS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --- public/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/profile.php b/public/profile.php index a9875906..bec246b6 100644 --- a/public/profile.php +++ b/public/profile.php @@ -178,7 +178,7 @@ if($isEditing) { break; case UPLOAD_ERR_INI_SIZE: case UPLOAD_ERR_FORM_SIZE: - $notices[] = sprintf('Your avatar is not allowed to be larger in file size than %2$s!', byte_symbol($avatarInfo->getMaxBytes(), true)); + $notices[] = sprintf('Your avatar is not allowed to be larger in file size than %s!', byte_symbol($avatarInfo->getMaxBytes(), true)); break; default: $notices[] = 'Unable to save your avatar, contact an administator!';