remove the force reload

This commit is contained in:
Andy Miller
2019-02-08 18:03:08 -07:00
parent 5fc89d2bdd
commit 2720bce631

View File

@@ -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);