diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-28 00:51:38 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-28 00:51:38 +0000 |
| commit | 828f23896f820f826b803b35c506f8e764504a18 (patch) | |
| tree | 89e0a448eddf08dd541a9dfef3337c6e22425479 /core/helpers/album.php | |
| parent | 3ad9b6174a0adcc3d9b6e4ae007bd3ffd8ef2d26 (diff) | |
Rename item events and create events for comment create, login, logout, user creation. I probably forgot some, but its a start.
Diffstat (limited to 'core/helpers/album.php')
| -rw-r--r-- | core/helpers/album.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
