From da7df9f8653be09563887f88c5e73703d6b259ae Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 22 Jun 2020 08:57:58 -0600 Subject: [PATCH] needed for cache clear event Signed-off-by: Andy Miller --- system/src/Grav/Console/Cli/ClearCacheCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/src/Grav/Console/Cli/ClearCacheCommand.php b/system/src/Grav/Console/Cli/ClearCacheCommand.php index d7f7413d2..6915eccd9 100644 --- a/system/src/Grav/Console/Cli/ClearCacheCommand.php +++ b/system/src/Grav/Console/Cli/ClearCacheCommand.php @@ -34,6 +34,7 @@ class ClearCacheCommand extends ConsoleCommand protected function serve() { + $this->initializePlugins(); $this->cleanPaths(); }