diff --git a/design/privateheader.php b/design/privateheader.php index 8fd7ac2..b0dd5da 100755 --- a/design/privateheader.php +++ b/design/privateheader.php @@ -117,7 +117,7 @@ $NotificationsManager = new NotificationsManager(G::$LoggedUser['ID']); $Notifications = $NotificationsManager->get_notifications(); $UseNoty = $NotificationsManager->use_noty(); $NewSubscriptions = false; -$NotificationSpans = array(); +$NotificationSpans = []; foreach ($Notifications as $Type => $Notification) { if ($Type === NotificationsManager::SUBSCRIPTIONS) { $NewSubscriptions = true; @@ -339,8 +339,8 @@ if (check_perms('site_send_unlimited_invites')) {