aboutsummaryrefslogtreecommitdiff
path: root/actions/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/edit.php')
-rw-r--r--actions/edit.php2
1 files changed, 1 insertions, 1 deletions
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());