aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r--engine/lib/views.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php
index 789348567..249177c4e 100644
--- a/engine/lib/views.php
+++ b/engine/lib/views.php
@@ -800,7 +800,7 @@ function elgg_view_annotation(ElggAnnotation $annotation, $full = true, $bypass
$params = array(
'annotation' => $annotation,
- 'full_view' => $full,
+ 'full' => $full,
);
$view = $annotation->view;