diff options
Diffstat (limited to 'mod/pages')
-rw-r--r-- | mod/pages/revision.php | 2 |
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(); } |