The has_config() function returns true, which makes moodle look for config/files which it does not find.
Changing the function to return false solves the problem.
Is this the correct solution?
Or is there a config interface which is not found and has to be renamed (possible because of changes to the moodle core)?
(I hope you remember @andstor )
The has_config() function returns true, which makes moodle look for config/files which it does not find.
Changing the function to return false solves the problem.
Is this the correct solution?
Or is there a config interface which is not found and has to be renamed (possible because of changes to the moodle core)?
(I hope you remember @andstor )