1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Fixes #2705 - Search Filter Box. Thanks @G4HDU

This commit is contained in:
Cameron
2017-06-26 13:22:48 -07:00
parent 10dbc1d320
commit 39e340caa7

View File

@@ -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');