fix https://github.com/FreshRSS/FreshRSS/issues/5976 fix https://github.com/YunoHost-Apps/freshrss_ynh/pull/176
@@ -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);