diff options
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/hooks/photo_created.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/hooks/photo_created.php b/modules/tag/hooks/photo_created.php index 8f6cbab6..8d033317 100644 --- a/modules/tag/hooks/photo_created.php +++ b/modules/tag/hooks/photo_created.php @@ -1,2 +1,2 @@ <?php defined('SYSPATH') or die('No direct script access.'); -Event::add("gallery.photo_created", array('tag', 'on_photo_create')); +Event::add("gallery.photo.created", array('tag', 'on_photo_create')); |