diff --git a/CHANGELOG.md b/CHANGELOG.md index ab27e6d..fe91f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix config redirection link - Fix plugin name display in marketplace +- Fix impossible to update Location preferences because table glpi_plugin_uninstall_profiles is dropped. ## [2.10.2] - 2025-11-05 diff --git a/inc/profile.class.php b/inc/profile.class.php index bc28ad4..9cb7331 100644 --- a/inc/profile.class.php +++ b/inc/profile.class.php @@ -282,8 +282,6 @@ public static function install($migration) } self::migrateAllProfiles(); - - $migration->dropTable($table); } else { // plugin never installed $query = "CREATE TABLE `" . $table . "` (