mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix missing format in supports
This commit is contained in:
parent
e00ef510f7
commit
a2ec376c61
@ -209,7 +209,7 @@ class SearchProvider
|
||||
$terms = $this->parse($pattern);
|
||||
$search = $this->getByName($name);
|
||||
|
||||
if ($terms['_domain'] !== NULL && !$search->supports($terms['_domain']))
|
||||
if ($terms['_domain'] !== NULL && !$search->supports($terms['_domain'], $format))
|
||||
{
|
||||
throw new ParsingException("The domain is not supported for the search name");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user