[ext_manager] no need to clear cached extensions - the cache key changes when the enabled list changes
This commit is contained in:
parent
ebbcc9fab5
commit
886a645a2c
1 changed files with 0 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue