-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
System careEverything related to system careEverything related to system care
Milestone
Description
Describe the bug
$extensions_enabled looks like not defined in Minz Configuration.php
FreshRSS/lib/Minz/Configuration.php
Lines 84 to 95 in 9e901d0
| public function removeExtension($ext_name) { | |
| unset(self::$extensions_enabled[$ext_name]); | |
| $legacyKey = array_search($ext_name, self::$extensions_enabled, true); | |
| if ($legacyKey !== false) { //Legacy format FreshRSS < 1.11.1 | |
| unset(self::$extensions_enabled[$legacyKey]); | |
| } | |
| } | |
| public function addExtension($ext_name) { | |
| if (!isset(self::$extensions_enabled[$ext_name])) { | |
| self::$extensions_enabled[$ext_name] = true; | |
| } | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
System careEverything related to system careEverything related to system care
