diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-15 02:51:16 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-15 02:51:16 +0000 |
| commit | ad4f495e56d1b544b2f4278b41572cdd53fe300f (patch) | |
| tree | e1a8959570efd57fccd57f5720b7873fc9a3660d /core/controllers/photos.php | |
| parent | 73c52c7140e0b867d02b658be396b91396c6713e (diff) | |
Rename events
album_created, photo_created -> item_created
album_updated, photo_updated -> item_updated
Diffstat (limited to 'core/controllers/photos.php')
| -rw-r--r-- | core/controllers/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/photos.php b/core/controllers/photos.php index b177b205..19308f2d 100644 --- a/core/controllers/photos.php +++ b/core/controllers/photos.php @@ -78,7 +78,7 @@ class Photos_Controller extends Items_Controller { $photo->description = $form->edit_photo->description->value; $photo->save(); - module::event("photo_changed", $orig, $photo); + module::event("item_changed", $orig, $photo); log::success("content", "Updated photo", "<a href=\"photos/$photo->id\">view</a>"); message::success(t("Saved photo {{photo_title}}", array("photo_title" => $photo->title))); |
