server/__init__.py
changeset 7398 26695dd703d8
parent 7186 287f2273917f
child 7536 29961a416faa
--- a/server/__init__.py	Thu May 19 10:36:26 2011 +0200
+++ b/server/__init__.py	Thu May 19 10:53:11 2011 +0200
@@ -230,7 +230,7 @@
         for path in reversed(paths):
             mhandler.exec_event_script('pre%s' % event, path)
         # enter instance'schema into the database
-        session.set_pool()
+        session.set_cnxset()
         serialize_schema(session, schema)
         # execute cubicweb's post<event> script
         mhandler.exec_event_script('post%s' % event)