mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +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);
|
$terms = $this->parse($pattern);
|
||||||
$search = $this->getByName($name);
|
$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");
|
throw new ParsingException("The domain is not supported for the search name");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user