aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-04 21:53:38 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-04 21:53:38 +0000
commit6a634b6ccd0fc8a7c629082e1213708b87f4adaf (patch)
treec9db11cd3111e41fabbbfd853e1b8a443a0a9456 /engine
parent7433b07dac28a87a8d22bd0dd5fa78effe333255 (diff)
downloadelgg-6a634b6ccd0fc8a7c629082e1213708b87f4adaf.tar.gz
elgg-6a634b6ccd0fc8a7c629082e1213708b87f4adaf.tar.bz2
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
Diffstat (limited to 'engine')
-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;