diff --git a/install/install.php b/install/install.php index f9cdb3d89..10fa0c6e0 100644 --- a/install/install.php +++ b/install/install.php @@ -159,7 +159,7 @@ public function upgrade(Migration $migration, $args = []): bool { $message = sprintf( __('The database schema is not consistent with the installed Formcreator %s. To see the logs run the command %s', 'formcreator'), $oldVersion, - 'bin/console glpi:plugin:install formcreator -f' + 'bin/console glpi:database:check_schema_integrity -p formcreator' ); if (!isCommandLine()) { Session::addMessageAfterRedirect($message, false, ERROR);