aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/logout.php')
-rw-r--r--app/controllers/logout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/logout.php b/app/controllers/logout.php
index cf0409d..f793900 100644
--- a/app/controllers/logout.php
+++ b/app/controllers/logout.php
@@ -67,7 +67,7 @@ class LogoutController extends AuthenticatedController
}, '__invoke', 'PageCloseWillExecute');
PageLayout::postSuccess(
_('Sie sind nun aus dem System abgemeldet.'),
- array_filter([$GLOBALS['UNI_LOGOUT_ADD']])
+ array_filter((array) $GLOBALS['UNI_LOGOUT_ADD'])
);
}