diff --git a/classes/admincontroller.php b/classes/admincontroller.php index 9f0cdca5..c4c94fb7 100644 --- a/classes/admincontroller.php +++ b/classes/admincontroller.php @@ -840,6 +840,7 @@ class AdminController extends AdminBaseController try { $notifications = $this->admin->getNotifications($refresh); + $notification_data = []; foreach ($notifications as $type => $type_notifications) { if (empty($filter) || in_array($type, $filter_types)) {