diff --git a/src/Core/NotificationsManager.php b/src/Core/NotificationsManager.php index 563e08f6d8..f9a286b0e7 100644 --- a/src/Core/NotificationsManager.php +++ b/src/Core/NotificationsManager.php @@ -429,7 +429,7 @@ class NotificationsManager extends BaseObject } $params = []; - $params['order'] = ['date' => 'DESC']; + $params['order'] = ['date' => 'DESC']; $params['limit'] = [$start, $limit]; $stmtNotifies = DBA::select('notify',