From 5a953ce901522d080aa16fcfcd268e9544bf6e1a Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 19 Nov 2024 07:05:40 +0100 Subject: [PATCH] Do not clear menus by default --- system/libs/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/libs/plugins.php b/system/libs/plugins.php index 2272c630..c165b159 100644 --- a/system/libs/plugins.php +++ b/system/libs/plugins.php @@ -413,7 +413,7 @@ class Plugins { * @param string $templateName * @param array $categories */ - public static function installMenus($templateName, $categories, $clearOld = true) + public static function installMenus($templateName, $categories, $clearOld = false) { global $db;