#1906, click on header menu base reset search
This commit is contained in:
@@ -95,7 +95,7 @@ class Base extends ControllerBase {
|
||||
}
|
||||
|
||||
// in case of term id provided restrict the keys to taxo fields
|
||||
if ($this->terms && count($this->terms)) {
|
||||
if ($this->terms && is_array($this->terms) && count($this->terms)) {
|
||||
$term_conditions = $this->and_query->createConditionGroup('OR');
|
||||
// $term = (int) $this->term;
|
||||
foreach ($this->terms as $term) {
|
||||
|
Reference in New Issue
Block a user