[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCTextIndex/ZCTextIndex.py Merged r109102 from 2.12 branch
Hanno Schlichting
hannosch at hannosch.eu
Wed Feb 17 20:40:27 EST 2010
Log message for revision 109103:
Merged r109102 from 2.12 branch
Changed:
U Zope/trunk/src/Products/ZCTextIndex/ZCTextIndex.py
-=-
Modified: Zope/trunk/src/Products/ZCTextIndex/ZCTextIndex.py
===================================================================
--- Zope/trunk/src/Products/ZCTextIndex/ZCTextIndex.py 2010-02-18 01:39:23 UTC (rev 109102)
+++ Zope/trunk/src/Products/ZCTextIndex/ZCTextIndex.py 2010-02-18 01:40:27 UTC (rev 109103)
@@ -253,7 +253,7 @@
del self._v_lexicon
except (AttributeError, KeyError):
pass
- self.index = self._index_factory(self.getLexicon())
+ self.index = self._index_factory(aq_base(self.getLexicon()))
## User Interface Methods ##
More information about the Zope-Checkins
mailing list