diff --git a/src/service/cms_api.e b/src/service/cms_api.e index 5740633..59f8686 100644 --- a/src/service/cms_api.e +++ b/src/service/cms_api.e @@ -452,7 +452,7 @@ feature -- Environment/ module end if Result = Void and a_name /= Void then -- Use sub config from default? - if attached {CONFIG_READER} module_configuration_in_location_by_name (a_module_name, a_dir, Void) as cfg then + if attached {CONFIG_READER} module_configuration_by_name_in_location (a_module_name, a_dir, Void) as cfg then Result := cfg.sub_config (a_name) end end