Skip to content

Commit 38bb50d

Browse files
authored
Update Query.php
1 parent e0db7e7 commit 38bb50d

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_finder/src/Indexer

1 file changed

+1
-1
lines changed

administrator/components/com_finder/src/Indexer/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ protected function processDates($date1, $date2, $when1, $when2)
733733
*/
734734
protected function processString($input, $lang, $mode)
735735
{
736-
$input = \trim($input ?? '');
736+
$input = trim($input ?? '');
737737

738738
if ($input === '') {
739739
return true;

0 commit comments

Comments
 (0)