use the right inheritance
This commit is contained in:
parent
f5eadb9011
commit
2d49d9b103
@ -55,7 +55,7 @@ class LockSetEvent extends Event {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class TagEdit implements Extension {
|
class TagEdit extends SimpleExtension {
|
||||||
public function onPageRequest($event) {
|
public function onPageRequest($event) {
|
||||||
global $user, $page;
|
global $user, $page;
|
||||||
if($event->page_matches("tag_edit")) {
|
if($event->page_matches("tag_edit")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user