MDL-62801 themes: Added missing filelib include

This commit is contained in:
Michael Hawkins 2018-07-03 13:01:24 +08:00 committed by Jake Dallimore
parent d80533be40
commit 9af6a71c70

View File

@ -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();