Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc267a
)
MDL-31984 Fixed whitespace during integration
author
Sam Hemelryk
<sam@moodle.com>
Mon, 19 Mar 2012 06:12:02 +0000
(19:12 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 19 Mar 2012 06:12:40 +0000
(19:12 +1300)
lib/outputlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/outputlib.php
b/lib/outputlib.php
index
2a843be
..
a862c42
100644
(file)
--- a/
lib/outputlib.php
+++ b/
lib/outputlib.php
@@
-420,7
+420,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);
}
}