From 2720bce63156b00b6934724fbf64acef50d498ac Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 8 Feb 2019 18:03:08 -0700 Subject: [PATCH] remove the force reload --- classes/admincontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);