diff options
Diffstat (limited to 'core/controllers/albums.php')
-rw-r--r-- | core/controllers/albums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/albums.php b/core/controllers/albums.php index ef1d2eb4..474e9ab2 100644 --- a/core/controllers/albums.php +++ b/core/controllers/albums.php @@ -152,7 +152,7 @@ class Albums_Controller extends Items_Controller { $album->description = $form->edit_album->description->value; $album->save(); - module::event("album_changed", $orig, $album); + module::event("item_changed", $orig, $album); log::success("content", "Updated album", "<a href=\"albums/$album->id\">view</a>"); message::success(t("Saved album {{album_title}}", array("album_title" => $album->title))); |