diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 83655b212..b0ab270f0 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -2710,9 +2710,9 @@ class e_form - if(is_array($filter)) + if(is_array($filterArray)) { - $text .= $this->selectbox($$filterName, $filterArray, $filterVal); + $text .= $this->selectbox($filterName, $filterArray, $filterVal); } // $text .= $this->admin_button($submitName,LAN_SEARCH,'search');