Forgot a return value.

This commit is contained in:
James Cole
2017-03-30 18:43:12 +02:00
parent ea984281b0
commit 243530b750

View File

@@ -64,6 +64,7 @@ class Search implements SearchInterface
if (strlen($string) === 0) {
return is_string($this->originalQuery) ? $this->originalQuery : '';
}
return $string;
}
/**