fb753618a8
The existing course format plugins are not adapted tu use the new courseformat subsystem. This means they don't provide a valid renderer, or hardcode the inclusion of the topics renderer.php file, or do not extend the format renderer but the core one (missing some methods). This commit provides some quick fixes to prevent exceptions.