Fixed typo in renamed features.
This commit is contained in:
@@ -452,7 +452,7 @@ feature -- Environment/ module
|
|||||||
end
|
end
|
||||||
if Result = Void and a_name /= Void then
|
if Result = Void and a_name /= Void then
|
||||||
-- Use sub config from default?
|
-- 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)
|
Result := cfg.sub_config (a_name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user