put Event in the function name again...

This commit is contained in:
Shish 2012-02-08 07:05:58 +00:00
parent ab7c62515e
commit be1036e319

View File

@ -98,7 +98,7 @@ class Tag_History extends SimpleExtension {
$event->panel->add_block($sb);
}
public function onTagSetEvent($event) {
public function onTagSet($event) {
$this->add_tag_history($event->image, $event->tags);
}