diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/lib/views.php | 2 | 
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;  | 
