mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-16 12:24:46 -04:00
Fix extensions enableByList (#5979)
fix https://github.com/FreshRSS/FreshRSS/issues/5976 fix https://github.com/YunoHost-Apps/freshrss_ynh/pull/176
This commit is contained in:
committed by
GitHub
parent
ec7fd382e5
commit
bf1eda8c05
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user