# HG changeset patch # User Sylvain Thénault # Date 1255416662 -7200 # Node ID 59eb710b9862f5c83c92b835d06ab269ff111a6f # Parent 665c3754406022f59cda0b9fa0d4688d0b0edf66 3.6 updates diff -r 665c37544060 -r 59eb710b9862 entity.py --- a/entity.py Tue Oct 13 08:50:51 2009 +0200 +++ b/entity.py Tue Oct 13 08:51:02 2009 +0200 @@ -824,7 +824,7 @@ """ from indexer.query_objects import tokenize # take care to cases where we're modyfying the schema - pending = self.req.transaction_data.setdefault('pendingrdefs', set()) + pending = self._cw.transaction_data.setdefault('pendingrdefs', set()) words = [] for rschema in self.e_schema.indexable_attributes(): if (self.e_schema, rschema) in pending: