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