MDL-55453 core_lib: Fix usage of js_send_uncached
This commit is contained in:
committed by
Dan Poltawski
parent
cdb3a0e501
commit
741d8abe84
+1
-1
@@ -106,4 +106,4 @@ $content = '';
|
||||
foreach ($jsfiles as $jsfile) {
|
||||
$content .= file_get_contents($jsfile)."\n";
|
||||
}
|
||||
js_send_uncached($content, $etag);
|
||||
js_send_uncached($content);
|
||||
|
||||
Reference in New Issue
Block a user