Alexandre Alapetite
2023-12-26 12:17:52 +01:00
committed by GitHub
parent ec7fd382e5
commit bf1eda8c05

View File

@@ -275,7 +275,7 @@ final class Minz_ExtensionManager {
return;
}
foreach ($ext_list as $ext_name => $ext_status) {
if ($ext_status) {
if ($ext_status && is_string($ext_name)) {
self::enable($ext_name, $onlyOfType);
}
}