mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Add a namespace to Phraseanet doctrine entities
This commit is contained in:
@@ -189,7 +189,7 @@ class queries
|
||||
$history = '<ul>';
|
||||
|
||||
$queries = $app['EM']
|
||||
->getRepository('Alchemy\Phrasea\Model\Entities\UserQuery')
|
||||
->getRepository('Phraseanet:UserQuery')
|
||||
->findBy(['usrId' => $usrId], ['created' => 'ASC'], 25, 0);
|
||||
|
||||
foreach ($queries as $query) {
|
||||
|
Reference in New Issue
Block a user