use the right inheritance

This commit is contained in:
Shish 2012-01-27 17:02:36 +00:00
parent f5eadb9011
commit 2d49d9b103

View File

@ -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")) {