diff -r e8c669e33689 -r 89871767fa82 server/__init__.py --- a/server/__init__.py Mon Oct 19 20:01:14 2009 +0200 +++ b/server/__init__.py Mon Oct 19 20:01:34 2009 +0200 @@ -216,7 +216,9 @@ mhandler.exec_event_script('pre%s' % event, path) # enter instance'schema into the database mhandler.session.set_pool() + config.disabled_hooks_categories.add('syncschema') serialize_schema(mhandler.session, schema) + config.disabled_hooks_categories.remove('syncschema') # execute cubicweb's post script mhandler.exec_event_script('post%s' % event) # execute cubes'post script if any