aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-09-07 03:21:50 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-09-07 03:21:50 +0000
commitca5e71d37435e8843b89ac650b19499fd6741970 (patch)
tree4d0ad8b010ea3b0fa35e4c4f64328673129d1509 /views
parent67de0e433ef3aca63949c656af0cb37b906ba2b4 (diff)
downloadelgg-ca5e71d37435e8843b89ac650b19499fd6741970.tar.gz
elgg-ca5e71d37435e8843b89ac650b19499fd6741970.tar.bz2
Fixes #1207: Using fullviews with proper list_entity params.
git-svn-id: https://code.elgg.org/elgg/trunk@3473 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/search/entity_list.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/search/entity_list.php b/views/default/search/entity_list.php
index 12d9d5607..f0438fa11 100644
--- a/views/default/search/entity_list.php
+++ b/views/default/search/entity_list.php
@@ -9,7 +9,7 @@
$context = $vars['context'];
$viewtype = $vars['viewtype'];
$pagination = $vars['pagination'];
- //$fullview = $vars['fullview'];
+ $fullview = $vars['fullview'];
$html = "";
$nav = "";
@@ -59,4 +59,4 @@
echo $html;
-?> \ No newline at end of file
+?>