diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/search/entity_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/search/entity_list.php b/views/default/search/entity_list.php index 423f2b4b9..12d9d5607 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 = "";
|