summaryrefslogtreecommitdiff
path: root/core/helpers/album.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/album.php')
-rw-r--r--core/helpers/album.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/album.php b/core/helpers/album.php
index fb79015e..e1875b3a 100644
--- a/core/helpers/album.php
+++ b/core/helpers/album.php
@@ -58,7 +58,7 @@ class album_Core {
mkdir(dirname($album->thumb_path()));
mkdir(dirname($album->resize_path()));
- module::event("album_created", $album);
+ module::event("item_created", $album);
return $album;
}