Skip to content

Commit

Permalink
Small mindfart with logic with search_* type
Browse files Browse the repository at this point in the history
  • Loading branch information
Stikki committed Sep 19, 2014
1 parent 204d67e commit 37e3725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class.ListIt2ItemQuery.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private function _append_internal()

if(!empty($params['search_'.$fielddef->GetAlias()])) {

$thisparam = $params['search_'.$fielddef->GetAlias()];
$thisparam = explode(',', $params['search_'.$fielddef->GetAlias()]);
$this->AppendTo(parent::VARTYPE_QPARAMS, $fielddef->GetAlias());

$thisor = array();
Expand Down

0 comments on commit 37e3725

Please sign in to comment.