mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix DQL syntax
This commit is contained in:
@@ -98,7 +98,7 @@ class patch_361 implements patchInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$dql = 'SELECT b FROM Entities\Basket b WHERE b.description != ""';
|
$dql = "SELECT b FROM Entities\Basket b WHERE b.description != ''";
|
||||||
|
|
||||||
$query = $em->createQuery($dql);
|
$query = $em->createQuery($dql);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user