From 034f30190eef5fad22c847e99787b33fac5178ab Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 15 Jan 2009 02:52:42 +0000 Subject: Rename 'xxx_changed' events to 'xxx_updated' --- core/controllers/photos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers/photos.php') diff --git a/core/controllers/photos.php b/core/controllers/photos.php index 19308f2d..ae1c6a3b 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("item_changed", $orig, $photo); + module::event("item_updated", $orig, $photo); log::success("content", "Updated photo", "id\">view"); message::success(t("Saved photo {{photo_title}}", array("photo_title" => $photo->title))); -- cgit v1.2.3