From 052d64a478d3ac6f49ad6b6c182ae7e5bda64e65 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 16 Dec 2013 16:59:11 +0800 Subject: [PATCH] MDL-43322 JavaScript: Correct cache-base entry in base rollup --- theme/yui_combo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/yui_combo.php b/theme/yui_combo.php index b6f1cf453f8..92913bd5056 100644 --- a/theme/yui_combo.php +++ b/theme/yui_combo.php @@ -186,7 +186,7 @@ while (count($parts)) { 'dd-plugin', // Cache is used by moodle-core-tooltip which we include everywhere. - 'cache', + 'cache-base', ); // We need to add these new parts to the beginning of the $parts list, not the end.