MDL-62801 themes: Added missing filelib include

This commit is contained in:
Michael Hawkins
2018-07-03 13:08:51 +08:00
committed by Jake Dallimore
parent 58b1b213ee
commit 032abb1a6f
+2
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();