mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-24 00:09:49 +01:00
remove the force reload
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user