cubicweb/hooks/syncsources.py
branch3.25
changeset 12150 6260c88e0ff5
parent 12142 db2fc87348ab
child 12152 f34d18d0603f
--- a/cubicweb/hooks/syncsources.py	Wed Apr 12 15:38:32 2017 +0200
+++ b/cubicweb/hooks/syncsources.py	Wed Apr 12 15:55:26 2017 +0200
@@ -49,8 +49,8 @@
         # initialisation, as config for this source is in a file and handling
         # is done separatly (no need for the operation either)
         if self.entity.name != 'system':
-            sourcecls.check_conf_dict(self.entity.eid, self.entity.host_config,
-                                      fail_if_unknown=not self._cw.vreg.config.repairing)
+            sourcecls._check_config_dict(self.entity.eid, self.entity.host_config,
+                                         raise_on_error=not self._cw.vreg.config.repairing)
 
 
 class SourceRemovedHook(SourceHook):