1
0
mirror of synced 2025-02-20 14:13:15 +03:00
This commit is contained in:
jakoch 2012-10-12 13:37:17 +02:00
parent a4b85c49c9
commit ec5ad7136f

View File

@ -214,7 +214,7 @@ class EntityRepository implements ObjectRepository, Selectable
case 3:
return $this->$method(array($fieldName => $arguments[0]), $arguments[1], $arguments[2]);
case 4;
case 4:
return $this->$method(array($fieldName => $arguments[0]), $arguments[1], $arguments[2], $arguments[3]);
default: