use the right inheritance
This commit is contained in:
parent
f5eadb9011
commit
2d49d9b103
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class LockSetEvent extends Event {
|
|||
}
|
||||
}
|
||||
|
||||
class TagEdit implements Extension {
|
||||
class TagEdit extends SimpleExtension {
|
||||
public function onPageRequest($event) {
|
||||
global $user, $page;
|
||||
if($event->page_matches("tag_edit")) {
|
||||
|
|
Reference in a new issue