summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-04-17 12:10:13 -0700
committerBharat Mediratta <bharat@menalto.com>2010-04-17 12:10:13 -0700
commitb4d1a5686c69d598efa5d387021912a0e31260ca (patch)
tree1dc08628a468cb5f093567432fca0df196475c16
parenta2e0472f83b7f3151c4b4ca51472d18258110561 (diff)
parentca453413616d31d4c367526bdc9f480b23ba80db (diff)
Merge branch 'master' into bharat_dev
-rw-r--r--modules/gallery/controllers/albums.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/controllers/albums.php b/modules/gallery/controllers/albums.php
index 730db9ae..ea15418f 100644
--- a/modules/gallery/controllers/albums.php
+++ b/modules/gallery/controllers/albums.php
@@ -107,6 +107,7 @@ class Albums_Controller extends Items_Controller {
if ($valid) {
$album->save();
+ module::event("album_add_form_completed", $album, $form);
log::success("content", "Created an album",
html::anchor("albums/$album->id", "view album"));
message::success(t("Created album %album_title",