From 828f23896f820f826b803b35c506f8e764504a18 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 28 Nov 2008 00:51:38 +0000 Subject: Rename item events and create events for comment create, login, logout, user creation. I probably forgot some, but its a start. --- core/helpers/album.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/album.php') diff --git a/core/helpers/album.php b/core/helpers/album.php index e2163b4c..70f5222a 100644 --- a/core/helpers/album.php +++ b/core/helpers/album.php @@ -54,7 +54,7 @@ class album_Core { mkdir($thumbnail_dir); } - Event::run("gallery.album_created", $photo); + Event::run("gallery.album.created", $photo); return $album; } -- cgit v1.2.3