diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/search/entity_list.php | 4 |
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 +?>
|