From 1b78f334447d86af9fde7cfbad738c0bb7f13e93 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 29 Nov 2008 09:49:51 +0000 Subject: Fix a bug where we were listening to the wrong event. --- modules/tag/helpers/tag_event.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/tag/helpers/tag_event.php b/modules/tag/helpers/tag_event.php index 25a79c2a..f0f7a73e 100644 --- a/modules/tag/helpers/tag_event.php +++ b/modules/tag/helpers/tag_event.php @@ -24,9 +24,7 @@ class tag_event_Core { * * @param Item_Model $photo */ - public static function photo_create($photo) { - print "PHOTO CREATE"; - + public static function photo_created($photo) { $path = $photo->file_path(); $tags = array(); $size = getimagesize($photo->file_path(), $info); -- cgit v1.2.3