From 39e340caa7c7503d29afd4f512e13d52c80be360 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 26 Jun 2017 13:22:48 -0700 Subject: [PATCH] Fixes #2705 - Search Filter Box. Thanks @G4HDU --- e107_handlers/form_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');