From 6a634b6ccd0fc8a7c629082e1213708b87f4adaf Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 4 Dec 2010 21:53:38 +0000 Subject: object/blog view uses new media view - needs some clean up git-svn-id: http://code.elgg.org/elgg/trunk@7531 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/views.php') 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; -- cgit v1.2.3