mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 12:07:15 +01:00
Bugfix supersearch
This commit is contained in:
parent
40280fedda
commit
7afba4a3fa
@ -30,7 +30,7 @@ final class ResultCollection implements JsonSerializableAlias
|
||||
*/
|
||||
public function isEmpty()
|
||||
{
|
||||
return count($this->groups) === 0;
|
||||
return (empty($this->groups)?0:(count($this->groups) === 0));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user