MDL-55453 core_lib: Fix usage of js_send_uncached

This commit is contained in:
Mark Nielsen
2016-08-08 09:54:22 +01:00
committed by Dan Poltawski
parent 42a4a52a4c
commit 339ca4ca04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,4 +106,4 @@ $content = '';
foreach ($jsfiles as $jsfile) {
$content .= file_get_contents($jsfile)."\n";
}
js_send_uncached($content, $etag);
js_send_uncached($content);