Skip to content
Snippets Groups Projects
user avatar
Olav Morken authored
Currently, if we try to load a class from a module, and the config.php
is absent, we will get an error about the missing configuration file.

There is no reason for the configuration file to be mandatory here,
since we have reasonable fallbacks, so fix the code to make it
optional.

This should make it easier to write tests for code in modules.
0fc3f8a7
Name Last commit Last update
..