server/sources/native.py
changeset 4814 5cd6d07c18de
parent 4810 3055dc7a7c88
child 4823 e833520870ee
--- a/server/sources/native.py	Fri Mar 05 13:04:46 2010 +0100
+++ b/server/sources/native.py	Fri Mar 05 13:05:47 2010 +0100
@@ -208,7 +208,7 @@
         # check full text index availibility
         if self.do_fti:
             if not self.indexer.has_fti_table(pool['system']):
-                if not repo.config.creating:
+                if not self.repo.config.creating:
                     self.critical('no text index table')
                 self.do_fti = False
         pool.pool_reset()