MDL-62801 themes: Added missing filelib include
This commit is contained in:
committed by
Jake Dallimore
parent
58b1b213ee
commit
032abb1a6f
@@ -81,6 +81,8 @@ class renderer_base {
|
||||
global $CFG;
|
||||
|
||||
if ($this->mustache === null) {
|
||||
require_once("{$CFG->libdir}/filelib.php");
|
||||
|
||||
$themename = $this->page->theme->name;
|
||||
$themerev = theme_get_revision();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user