diff options
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/logout.php | 2 |
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']) ); } |
