This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit bcd76ecfa202045da3466b7682a590dcdd610096 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Mar 24 11:51:37 2015 +0100 correction de notif pour groupes --- app/modules/storage_modules/shelve_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/storage_modules/shelve_db.py b/app/modules/storage_modules/shelve_db.py index 685f7c0..59ef06c 100644 --- a/app/modules/storage_modules/shelve_db.py +++ b/app/modules/storage_modules/shelve_db.py @@ -775,7 +775,7 @@ class shelve_db: 'msg': msg}) for group in self.db['groups']: # creates a message for all subscribers in a group which the host is member - if addr_host in self.db['groups'][group]: + if addr_host in self.db['groups'][group]['hosts']: for username in self.db['groups'][group]['subscribers']: for notif_mod in self.db['groups'][group]['subscribers'][username][notif_type]: param_notif = self.db['groups'][group]['subscribers'][username][notif_type][notif_mod] -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.