1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Issue #2146 - Featurebox frontend fix.

This commit is contained in:
Cameron
2019-06-04 13:06:34 -07:00
parent 5cd9f52548
commit 32c20a7453
2 changed files with 2 additions and 2 deletions

View File

@@ -5468,7 +5468,7 @@ class e_admin_ui extends e_admin_controller_ui
if(empty($string))
{
return null;
return null;
}
return $selected. " LIKE '%".e107::getParser()->toDB($string)."%' "; // array($selected, $this->getQuery('searchquery'));