mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-31984 Fixed whitespace during integration
This commit is contained in:
parent
2e83093eba
commit
739d5c91b9
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ class theme_config {
|
|||
// check if renderers.php file is missnamed renderer.php
|
||||
if (is_readable($this->dir.'/renderer.php')) {
|
||||
debugging('Developer hint: '.$this->dir.'/renderer.php should be renamed to ' . $this->dir."/renderers.php.
|
||||
See: http://docs.moodle.org/dev/Output_renderers#Theme_renderers.", DEBUG_DEVELOPER);
|
||||
See: http://docs.moodle.org/dev/Output_renderers#Theme_renderers.", DEBUG_DEVELOPER);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue