author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Thu, 08 Apr 2010 19:37:00 +0200 | |
branch | stable |
changeset 5192 | e9dd56699097 |
parent 5191 | 6d182c7d4392 (current diff) |
parent 5187 | 5f9a2b32c9e1 (diff) |
child 5193 | c9671feff5e2 |
--- a/server/repository.py Thu Apr 08 19:36:36 2010 +0200 +++ b/server/repository.py Thu Apr 08 19:37:00 2010 +0200 @@ -1104,7 +1104,7 @@ eidfrom=entity.eid, rtype=attr, eidto=value) if not only_inline_rels: hm.call_hooks('before_update_entity', session, entity=entity) - source.update_entity(session, entity) + source.update_entity(session, entity) self.system_source.update_info(session, entity, need_fti_update) if source.should_call_hooks: if not only_inline_rels: