From be1036e31984021df54aa8213a3f38d3f0dea0b5 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 8 Feb 2012 07:05:58 +0000 Subject: [PATCH] put Event in the function name again... --- contrib/tag_history/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tag_history/main.php b/contrib/tag_history/main.php index 40835fc3..d9d38b5b 100644 --- a/contrib/tag_history/main.php +++ b/contrib/tag_history/main.php @@ -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); }