server/migractions.py
changeset 10084 eb3681e13ed9
parent 10014 74b793086067
child 10095 200bd6a601dc
--- a/server/migractions.py	Wed Dec 03 11:36:05 2014 +0100
+++ b/server/migractions.py	Wed Jul 09 15:38:39 2014 +0200
@@ -112,7 +112,7 @@
             # notify we're starting maintenance (called instead of server_start
             # which is called on regular start
             repo.hm.call_hooks('server_maintenance', repo=repo)
-        if not schema and not getattr(config, 'quick_start', False):
+        if not schema and not config.quick_start:
             insert_lperms = self.repo.get_versions()['cubicweb'] < (3, 14, 0) and 'localperms' in config.available_cubes()
             if insert_lperms:
                 cubes = config._cubes