forked from Cavemanon/cavepaintings
remove regular Extension, have SimpleExtension take its place, optimise the event system based on SimpleExtension methods
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
* versions of PHP I should test with, etc.
|
||||
*/
|
||||
|
||||
class ET extends SimpleExtension {
|
||||
class ET extends Extension {
|
||||
public function onPageRequest(PageRequestEvent $event) {
|
||||
global $user;
|
||||
if($event->page_matches("system_info")) {
|
||||
|
Reference in New Issue
Block a user