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:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user