mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Forgot a return value.
This commit is contained in:
@@ -64,6 +64,7 @@ class Search implements SearchInterface
|
||||
if (strlen($string) === 0) {
|
||||
return is_string($this->originalQuery) ? $this->originalQuery : '';
|
||||
}
|
||||
return $string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user