From c9d4cf5b0b0f5ad3056cd4d6dc744a8b4890fb4e Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 14 Feb 2011 03:40:59 +0000 Subject: Updated trunk to use new annotation functions. Added checks for annotations_* options vs annotation_* options because it's so easy to confuse. git-svn-id: http://code.elgg.org/elgg/trunk@8223 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/messageboard/actions/delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/messageboard') diff --git a/mod/messageboard/actions/delete.php b/mod/messageboard/actions/delete.php index 6e72c201e..1cc20f285 100644 --- a/mod/messageboard/actions/delete.php +++ b/mod/messageboard/actions/delete.php @@ -10,7 +10,7 @@ $annotation_id = (int) get_input('annotation_id'); //make sure that there is a message on the message board matching the passed id -if ($message = get_annotation($annotation_id)) { +if ($message = elgg_get_annotation_from_id($annotation_id)) { //grab the user or group entity $entity = get_entity($message->entity_guid); -- cgit v1.2.3