server/checkintegrity.py
branchstable
changeset 4806 4f12f59b1a13
parent 4691 ae468fae9965
child 4816 c02583cb80a9
--- a/server/checkintegrity.py	Thu Mar 04 17:58:31 2010 +0100
+++ b/server/checkintegrity.py	Thu Mar 04 18:02:33 2010 +0100
@@ -80,7 +80,7 @@
         cursor.execute(indexer.sql_init_fti())
     repo.config.disabled_hooks_categories.add('metadata')
     repo.config.disabled_hooks_categories.add('integrity')
-    repo.do_fti = True  # ensure full-text indexation is activated
+    repo.system_source.do_fti = True  # ensure full-text indexation is activated
     etypes = set()
     for eschema in schema.entities():
         if eschema.final: