diff options
-rw-r--r-- | modules/tag/helpers/tag_event.php | 4 |
1 files changed, 1 insertions, 3 deletions
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); |