diff options
-rw-r--r-- | views/default/search/entity_list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/search/entity_list.php b/views/default/search/entity_list.php index a298983a2..40953a070 100644 --- a/views/default/search/entity_list.php +++ b/views/default/search/entity_list.php @@ -9,6 +9,7 @@ $context = $vars['context'];
$viewtype = $vars['viewtype'];
$pagination = $vars['pagination']; + $fullview = $vars['fullview']; $html = ""; $nav = "";
|