diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2026-03-12 10:11:13 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2026-03-12 10:11:13 +0100 |
| commit | e7dbfa62c653066abae42566d61d356a1d5ee1ea (patch) | |
| tree | fc948cb7a1fe1ec182876a78ddae457cf0f63e75 | |
| parent | f13897b2609d9837cf4bdae4ae35b28a0967f2f3 (diff) | |
Revert "fixed logout message in case UNI_LOGOUT_ADD is an array, fixes #6353"5.4
This reverts commit f13897b2609d9837cf4bdae4ae35b28a0967f2f3.
| -rw-r--r-- | public/logout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/logout.php b/public/logout.php index 6a5ac18..c2722a2 100644 --- a/public/logout.php +++ b/public/logout.php @@ -69,7 +69,7 @@ if ($auth->auth['uid'] !== 'nobody') { PageLayout::postSuccess( _('Sie sind nun aus dem System abgemeldet.'), - array_filter((array) $GLOBALS['UNI_LOGOUT_ADD']) + array_filter([$GLOBALS['UNI_LOGOUT_ADD']]) ); } else { $sess->delete(); |
