@@ -229,23 +229,11 @@ function run_integrity_check(bool $basic = false, bool $allow_merging = true, bo
// Output integrity check results
if($outdated__addon!=''){
if($basic){
$ret_str.='<p>The following addons are not compatible with the current version of the software. To update an addon, download the latest version from the homesite and import it under Admin Zone > Structure > Addon management. Sometimes, updated non-bundled addons can automatically be imported on that page.</p><p><strong>Safe mode has been activated on your site</strong> to prevent critical errors. After upgrading these addons, remove or edit safe_mode in _config.php, or use the config_editor.php tool to do so.</p><ul>'.$outdated__addon.'</ul>';
$ret_str.='<p>The following addons are not compatible with the current version of the software. <strong>You should launch your site in safe mode</strong> after upgrading as it could be in a broken state. Then, to update these addons, download the latest version from the homesite and import it under Admin Zone > Structure > Addon management. Sometimes, updated non-bundled addons can automatically be imported on that page.</p><ul>'.$outdated__addon.'</ul>';