From 81aed37bf7a6cf34c0687447b975536bd665046c Mon Sep 17 00:00:00 2001
From: David Siegfried <david.siegfried@uni-vechta.de>
Date: Tue, 3 Sep 2024 10:06:51 +0000
Subject: [PATCH] add  missing security-token, fixes #4555

Closes #4555

Merge request studip/studip!3357
---
 app/views/contact/editGroup.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/contact/editGroup.php b/app/views/contact/editGroup.php
index 914b2032fe0..988a80ab245 100644
--- a/app/views/contact/editGroup.php
+++ b/app/views/contact/editGroup.php
@@ -1,5 +1,5 @@
 <form class="default" method="post" action="<?= $controller->link_for('contact/editGroup/' . $group->id) ?>">
-    <? CSRFProtection::tokenTag() ?>
+    <?= CSRFProtection::tokenTag() ?>
     <fieldset>
         <legend class="hide-in-dialog">
             <? if ($group->isNew()) : ?>
-- 
GitLab