Fix broken emails admin page : profile ID != user ID
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 24 Nov 2013 15:34:18 +0000 (16:34 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 24 Nov 2013 15:44:40 +0000 (16:44 +0100)
commit3f529911315321ff7c1d78fee75ef7ce7883f862
tree434722d49a9606d2ea7b96210553d151e24e5459
parent4f22e8566b1dd53866bc5d0eb8033e8c425e6209
Fix broken emails admin page : profile ID != user ID

Fetch User and Profile for each broken address and use these objects instead
of calling Profile::get() with $uid.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
modules/email.php