diff --git a/plugins/entry-actions/classes/EntryActionsApiController.php b/plugins/entry-actions/classes/EntryActionsApiController.php index b2f1115..e97884a 100644 --- a/plugins/entry-actions/classes/EntryActionsApiController.php +++ b/plugins/entry-actions/classes/EntryActionsApiController.php @@ -1,6 +1,7 @@ grav['cache']->deleteAll(); + Cache::invalidateCache(); // Audit trail: entry deletion is destructive and owner-only — record who // did it and to what, so an unexpected disappearance is traceable. $this->grav['log']->info(sprintf('entry-actions: owner "%s" deleted entry "%s"', $user->username, $slug));