Add (ui)
This commit is contained in:
@@ -21,9 +21,8 @@ public static function liveAdvanced($se, $se_type, $keyword, $location_name, $la
|
||||
'language_code' => $language_code,
|
||||
];
|
||||
|
||||
if (!is_empty($search_param))
|
||||
{
|
||||
$query['search_param'] = $search_param;
|
||||
if (! is_empty($search_param)) {
|
||||
$query['search_param'] = $search_param;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user