From: cash Date: Sat, 6 Jul 2013 01:51:33 +0000 (-0400) Subject: Fixes #4872 not passing an array to view that expects HTML X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=802b73ade2efe405fb0ba695dc37679002fd1c1c;p=lorea%2Felgg.git Fixes #4872 not passing an array to view that expects HTML --- diff --git a/views/default/object/default.php b/views/default/object/default.php index 110648304..70e098742 100644 --- a/views/default/object/default.php +++ b/views/default/object/default.php @@ -41,7 +41,6 @@ $params = array( 'title' => $title, 'metadata' => $metadata, 'subtitle' => $subtitle, - 'tags' => $vars['entity']->tags, ); $params = $params + $vars; $body = elgg_view('object/elements/summary', $params);