changeset 5201 | 2b4267157f85 |
parent 5177 | 395e1ff018ae |
parent 5187 | 5f9a2b32c9e1 |
child 5302 | dfd147de06b2 |
--- a/server/repository.py Thu Apr 08 14:11:49 2010 +0200 +++ b/server/repository.py Fri Apr 09 15:10:26 2010 +0200 @@ -1119,7 +1119,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: