MDL-22550 grrr, fixing regression, missed the MDL number in previous commit in this file

This commit is contained in:
Petr Skoda 2010-05-22 19:30:33 +00:00
parent 7a2df05c76
commit 5ac09e8b82

View file

@ -47,7 +47,7 @@ foreach ($files as $fsfile) {
// hackers - not in dirroot
continue;
}
if (substr($jsfile, -1) !== '.js') {
if (substr($jsfile, -3) !== '.js') {
// hackers - not a JS file
continue;
}