Fix the query
This commit is contained in:
parent
a77fea9c36
commit
827007437b
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ class CalciferCaldavBackend extends AbstractBackend
|
||||||
$qb = $em->createQueryBuilder();
|
$qb = $em->createQueryBuilder();
|
||||||
$qb->select(array('e'))
|
$qb->select(array('e'))
|
||||||
->from('CalciferBundle:Event', 'e')
|
->from('CalciferBundle:Event', 'e')
|
||||||
->where('e.startdate >= :startdate')
|
|
||||||
->orderBy('e.startdate');
|
->orderBy('e.startdate');
|
||||||
$entities = $qb->getQuery()->execute();
|
$entities = $qb->getQuery()->execute();
|
||||||
|
|
||||||
|
|
Reference in a new issue