branch | stable |
changeset 4825 | cdd979ae1b57 |
parent 4818 | 9f9bfbcdecfd |
child 4829 | 3b79a0fc91db |
child 4836 | 3e3c4917e94e |
--- a/server/sources/native.py Mon Mar 08 08:59:07 2010 +0100 +++ b/server/sources/native.py Mon Mar 08 09:00:23 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()