Compare commits
No commits in common. "e2d9380f65250ee42806066936d0da61df6f91d9" and "21fc95f71e8a484e0949a7651cbd85d2252d460c" have entirely different histories.
e2d9380f65
...
21fc95f71e
|
@ -46,7 +46,7 @@ class AlertRepository extends EntityRepository
|
||||||
$niveau01=($user?$user->getNiveau01():null);
|
$niveau01=($user?$user->getNiveau01():null);
|
||||||
$groups=($user?$user->getGroups():[]);
|
$groups=($user?$user->getGroups():[]);
|
||||||
|
|
||||||
$userreads=($user?$user->getAlertreaders():new ArrayCollection());
|
$userreads=($user?$user->getAlertreaders():[]);
|
||||||
|
|
||||||
// Initialisation du calcul des alerts
|
// Initialisation du calcul des alerts
|
||||||
$alerts=new ArrayCollection();
|
$alerts=new ArrayCollection();
|
||||||
|
|
Loading…
Reference in New Issue