diff --git a/system/src/Plugins.php b/system/src/Plugins.php index 4bb1cc15..5932ebb9 100644 --- a/system/src/Plugins.php +++ b/system/src/Plugins.php @@ -768,7 +768,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) { if ($clearOld) { Menu::where('template', $templateName)->delete();