MDL-22550 grrr, fixing regression, missed the MDL number in previous commit in this file
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user