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;