diff -r 52c9d25101a1 -r 1c635a91e403 server/repository.py --- a/server/repository.py Fri Apr 09 15:01:14 2010 +0000 +++ b/server/repository.py Fri Apr 09 15:01:25 2010 +0000 @@ -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: