Adapted to new layout, with module files inside site/modules/$module_name/...

This commit is contained in:
2015-06-25 17:55:09 +02:00
parent 04e98dbb48
commit ba7ef17d34
22 changed files with 11 additions and 47 deletions

View File

@@ -109,7 +109,7 @@ feature -- Access: internal
do
p := internal_application_config_path
if p = Void then
p := config_path.extended ("application_configuration.json")
p := config_path.extended (name + ".json")
internal_application_config_path := p
end
Result := p