javascript-minify MDL-21435 Fixed typo

This commit is contained in:
Sam Hemelryk
2010-05-19 02:22:17 +00:00
parent 045f492c6b
commit f856106b10
+1 -1
View File
@@ -786,7 +786,7 @@ class theme_config {
if ($type === 'footer') {
$type = 'javascripts_footer';
} else {
$type = 'javascript';
$type = 'javascripts';
}
$js = array();