From 4c7dfac372b7cc4ecac07864d38ad501733c395a Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Mon, 18 May 2015 15:08:58 +0800 Subject: [PATCH] MDL-50254 Mustache: Missing alias for namespaced class in mustache Thanks to Francesco Bigiarini for the report and suggested fix. --- lib/classes/output/mustache_template_finder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/classes/output/mustache_template_finder.php b/lib/classes/output/mustache_template_finder.php index 8939ded720d..e872346b0e2 100644 --- a/lib/classes/output/mustache_template_finder.php +++ b/lib/classes/output/mustache_template_finder.php @@ -28,6 +28,7 @@ namespace core\output; use coding_exception; use moodle_exception; use core_component; +use theme_config; /** * Get information about valid locations for mustache templates.