MDL-55453 core_lib: Fix usage of js_send_uncached

This commit is contained in:
Mark Nielsen
2016-08-08 09:54:13 +01:00
committed by Dan Poltawski
parent cdb3a0e501
commit 741d8abe84
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);