Commit 5b8ef2a2 authored by Hanno Schlichting's avatar Hanno Schlichting

Merged r109102 from 2.12 branch

parent acf21da9
...@@ -253,7 +253,7 @@ class ZCTextIndex(Persistent, Implicit, SimpleItem): ...@@ -253,7 +253,7 @@ class ZCTextIndex(Persistent, Implicit, SimpleItem):
del self._v_lexicon del self._v_lexicon
except (AttributeError, KeyError): except (AttributeError, KeyError):
pass pass
self.index = self._index_factory(self.getLexicon()) self.index = self._index_factory(aq_base(self.getLexicon()))
## User Interface Methods ## ## User Interface Methods ##
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment