[ext_manager] no need to clear cached extensions - the cache key changes when the enabled list changes

This commit is contained in:
Shish 2024-01-06 20:55:21 +00:00
parent ebbcc9fab5
commit 886a645a2c

View file

@ -146,10 +146,5 @@ class ExtManager extends Extension
'<' . '?php' . "\n" .
'define("EXTRA_EXTS", "' . implode(",", $extras) . '");' . "\n"
);
// when the list of active extensions changes, we can be
// pretty sure that the list of who reacts to what will
// change too
_clear_cached_event_listeners();
}
}