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 05fb2fb1..fc23c375 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -78,7 +78,7 @@ class photo_Core {        ->set_resize($filename, 640, 480)        ->save(); -    Event::run("gallery.photo.created", $photo); +    module::event("photo_created", $photo);      return $result;    }  | 
