Closed (fixed)
Project:
Exposed Filter Data
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Aug 2011 at 15:17 UTC
Updated:
21 Aug 2011 at 14:12 UTC
When my view hasn't exposed filters in any moment the view get this error:
This is the code from line 14 in exposed_filter_data.tpl.php:
<?php
foreach ($exposed_filters as $filter => $value) {
if ($value) {
print "<div class='filter'><div class='name'>" . $filter . ":</div>";
print "<div class='value'>" . $value . "</div></div>";
}
}
?>
Comments
Comment #1
shushu commentedSorry, there should be a "if ($exposed_filters)" before the "foreach".
Will be fixed ASAP.
shushu
Comment #2
dvasquez commentedThanks shushu!
Comment #3
shushu commented