mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +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);
|
||||
}
|
||||
|
||||
private function visitrecordidNode(Element $element)
|
||||
private function visitRecordidNode(Element $element)
|
||||
{
|
||||
if ($element->getChildrenNumber() !== 1) {
|
||||
throw new \Exception('Recordid filter can only have a single child.');
|
||||
|
Reference in New Issue
Block a user