remove regular Extension, have SimpleExtension take its place, optimise the event system based on SimpleExtension methods
This commit is contained in:
@ -87,7 +87,7 @@ class ExtensionInfo {
|
||||
}
|
||||
}
|
||||
|
||||
class ExtManager extends SimpleExtension {
|
||||
class ExtManager extends Extension {
|
||||
public function onPageRequest(PageRequestEvent $event) {
|
||||
global $page, $user;
|
||||
if($event->page_matches("ext_manager")) {
|
||||
|
Reference in New Issue
Block a user