aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/revision.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pages/revision.php')
-rw-r--r--mod/pages/revision.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/revision.php b/mod/pages/revision.php
index 1945bb8af..1537e0355 100644
--- a/mod/pages/revision.php
+++ b/mod/pages/revision.php
@@ -6,7 +6,7 @@
*/
$id = get_input('id');
-$annotation = get_annotation($id);
+$annotation = elgg_get_annotation_from_id($id);
if (!$annotation) {
forward();
}