diff options
Diffstat (limited to 'core/helpers/photo.php')
-rw-r--r-- | core/helpers/photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/photo.php b/core/helpers/photo.php index 9178ad8c..74ef02e0 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -79,7 +79,7 @@ class photo_Core { $photo->add_to_parent($parent); copy($filename, $photo->file_path()); - module::event("photo_created", $photo); + module::event("item_created", $photo); // Build our thumbnail/resizes graphics::generate($photo); |