N°10005 Force check installed extensions

This commit is contained in:
Timmy38
2026-08-31 14:47:14 +02:00
committed by GitHub
parent cfb04561ec
commit 7d4fc98ecc
2 changed files with 54 additions and 0 deletions

View File

@@ -797,6 +797,10 @@ EOF
$bDisabled = !$bDisableUninstallCheck;
}
if ($bDisabled) {
$bChecked = $bInstalled;
}
if (isset($aChoice['sub_options'])) {
$aOptions = $aChoice['sub_options']['options'] ?? [];
foreach ($aOptions as $index => $aSubChoice) {