mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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
|
||||
continue;
|
||||
}
|
||||
if (substr($jsfile, -1) !== '.js') {
|
||||
if (substr($jsfile, -3) !== '.js') {
|
||||
// hackers - not a JS file
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue