mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
PHRAS-482 #time 1m
CS
This commit is contained in:
@@ -269,7 +269,7 @@ class QueryVisitor implements Visit
|
|||||||
return new AST\CollectionExpression($collectionName);
|
return new AST\CollectionExpression($collectionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function visitrecordidNode(Element $element)
|
private function visitRecordidNode(Element $element)
|
||||||
{
|
{
|
||||||
if ($element->getChildrenNumber() !== 1) {
|
if ($element->getChildrenNumber() !== 1) {
|
||||||
throw new \Exception('Recordid filter can only have a single child.');
|
throw new \Exception('Recordid filter can only have a single child.');
|
||||||
|
Reference in New Issue
Block a user