mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-62801 themes: Added missing filelib include
This commit is contained in:
parent
d80533be40
commit
9af6a71c70
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user