aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-02-26 20:24:08 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-02-26 20:24:42 +0100
commit994ad93af351d145cc9129ba34738b80c50cc9db (patch)
tree6cb02b2228a76d80b8be06f1a873db64f6eeb5a5 /app/controllers
parent39080b213093ee6fec452a502170fe134d2999a0 (diff)
fix safarIE bug, fixes #6002
Closes #6002 Merge request studip/studip!4767
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/user.php b/app/controllers/admin/user.php
index 68fdfca..2dc14f1 100644
--- a/app/controllers/admin/user.php
+++ b/app/controllers/admin/user.php
@@ -1775,7 +1775,7 @@ class Admin_UserController extends AuthenticatedController
$search = $sidebar->addWidget(new SearchWidget());
$search->addNeedle(_('Person suchen'),
- 'user_id',
+ 'needle',
true,
new StandardSearch('user_id'),
'function (value) { document.location = STUDIP.URLHelper.getURL("dispatch.php/admin/user/edit/" + value); }'