Skip to content

Commit

Permalink
Merge branch 'master' into bharat_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Apr 17, 2010
2 parents a2e0472 + ca45341 commit b4d1a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gallery/controllers/albums.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public function create($parent_id) {

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",
Expand Down

0 comments on commit b4d1a56

Please sign in to comment.