Compare commits
2 Commits
21fc95f71e
...
e2d9380f65
Author | SHA1 | Date | |
---|---|---|---|
e2d9380f65 | |||
702d060503 |
@ -46,7 +46,7 @@ class AlertRepository extends EntityRepository
|
||||
$niveau01=($user?$user->getNiveau01():null);
|
||||
$groups=($user?$user->getGroups():[]);
|
||||
|
||||
$userreads=($user?$user->getAlertreaders():[]);
|
||||
$userreads=($user?$user->getAlertreaders():new ArrayCollection());
|
||||
|
||||
// Initialisation du calcul des alerts
|
||||
$alerts=new ArrayCollection();
|
||||
|
Loading…
x
Reference in New Issue
Block a user