Fix the query

This commit is contained in:
Tim Schumacher 2014-11-20 15:52:54 +01:00
parent a77fea9c36
commit 827007437b

View file

@ -203,7 +203,6 @@ class CalciferCaldavBackend extends AbstractBackend
$qb = $em->createQueryBuilder();
$qb->select(array('e'))
->from('CalciferBundle:Event', 'e')
->where('e.startdate >= :startdate')
->orderBy('e.startdate');
$entities = $qb->getQuery()->execute();