From 1d0c173e7d000aecbd432800941fc3e38a0e50f2 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 20 Apr 2025 21:30:59 +0200 Subject: [PATCH] Clear cache on plugin enable/disable, fixes some issues with plugin pages --- system/src/Plugins.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/src/Plugins.php b/system/src/Plugins.php index 0ee7c36e..f6711a3a 100644 --- a/system/src/Plugins.php +++ b/system/src/Plugins.php @@ -699,6 +699,7 @@ class Plugins { return false; } + clearCache(); return true; }