changeset 8426 | 1cb51cdb4ce7 |
parent 8394 | b8b23af60019 |
child 8480 | 086cff6a306a |
child 8483 | 4ba11607d84a |
--- a/server/hook.py Wed May 23 16:17:46 2012 +0200 +++ b/server/hook.py Thu May 24 14:01:05 2012 +0200 @@ -332,7 +332,7 @@ key=lambda x: x.order) with security_enabled(session, write=False): for hook in hooks: - hook() + hook() def get_pruned_hooks(self, session, event, entities, eids_from_to, kwargs): """return a set of hooks that should not be considered by filtered_possible objects