diff --git a/classes/admincontroller.php b/classes/admincontroller.php index 3d35c7c7..4c85f3ed 100644 --- a/classes/admincontroller.php +++ b/classes/admincontroller.php @@ -831,7 +831,7 @@ class AdminController extends AdminBaseController } // do we need to force a reload - $refresh = (bool) ($this->data['refresh'] ?? true); + $refresh = (bool) ($this->data['refresh'] ?? false); try { $notifications = $this->admin->getNotifications($refresh);