aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-12 23:02:11 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-12 23:02:11 +0000
commit99175d2417bc5d3657cc3e548affe21eda76f648 (patch)
tree3bcacce06877a1d7a2bd6634fe614a9618968f8c /engine/lib/views.php
parentbfb0a3e9b289e4036bfeb3e694586387fc4f904e (diff)
downloadelgg-99175d2417bc5d3657cc3e548affe21eda76f648.tar.gz
elgg-99175d2417bc5d3657cc3e548affe21eda76f648.tar.bz2
Refs #3045 adds a gallery context based view for users
git-svn-id: http://code.elgg.org/elgg/trunk@8676 36083f99-b078-4883-b0ff-0f9b5a30f544
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 637e9c460..ae089add6 100644
--- a/engine/lib/views.php
+++ b/engine/lib/views.php
@@ -1265,7 +1265,7 @@ function elgg_view_list_item($item, array $vars = array()) {
case 'object':
case 'group':
case 'site':
- return elgg_view_entity($item, $full_view);
+ return elgg_view_entity($item, $vars);
case 'annotation':
return elgg_view_annotation($item, $full_view);
case 'river':