From 82ed7baf78c3005309487fc4e8b075cba9249e8b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 3 Oct 2009 18:20:59 +0000 Subject: cleaned up events and plugin hooks --- actions/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/edit.php') diff --git a/actions/edit.php b/actions/edit.php index e8f2e3aca..91c465828 100644 --- a/actions/edit.php +++ b/actions/edit.php @@ -74,7 +74,7 @@ } else { system_message(elgg_echo('images:edited')); // plugins can register to be told when a Tidypics image has been updated - trigger_elgg_event('update', 'tp_album', $entity); + trigger_elgg_event('update', 'tp_image', $entity); } forward($entity->getURL()); -- cgit v1.2.3