mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-22550 grrr, fixing regression, missed the MDL number in previous commit in this file
This commit is contained in:
parent
7a2df05c76
commit
5ac09e8b82
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ foreach ($files as $fsfile) {
|
||||||
// hackers - not in dirroot
|
// hackers - not in dirroot
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (substr($jsfile, -1) !== '.js') {
|
if (substr($jsfile, -3) !== '.js') {
|
||||||
// hackers - not a JS file
|
// hackers - not a JS file
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue