From ce8f9c043542b36c61052bb704ce5bc6b03a48eb Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 6 Aug 2023 19:09:59 +0000 Subject: [PATCH] Fixed profile editing failing due to old argument. --- templates/profile/index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/profile/index.twig b/templates/profile/index.twig index 1d97aecd..ce7aa979 100644 --- a/templates/profile/index.twig +++ b/templates/profile/index.twig @@ -12,7 +12,7 @@ {% block content %} {% if profile_is_editing %}
- {{ input_csrf('profile') }} + {{ input_csrf() }} {% if perms.edit_avatar %} {{ input_file_raw('avatar[file]', 'profile__hidden', ['image/png', 'image/jpeg', 'image/gif'], {'id':'avatar-selection'}) }}