From 2214dffc5b99dbde6ba6a0efea7ef4c4ec1ddab9 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 1d97aec..ce7aa97 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'}) }}