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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/helpers/album.php b/core/helpers/album.php
index bae682fa..e2163b4c 100644
--- a/core/helpers/album.php
+++ b/core/helpers/album.php
@@ -53,6 +53,9 @@ class album_Core {
if (!file_exists($thumbnail_dir)) {
mkdir($thumbnail_dir);
}
+
+ Event::run("gallery.album_created", $photo);
+
return $album;
}
}