mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixing a typo.
This commit is contained in:
parent
4eb1a1df3f
commit
bc5f95a433
@ -198,7 +198,7 @@
|
||||
}
|
||||
else {
|
||||
foreach ($err as $key => $value) {
|
||||
$focus = 'form'.$key;
|
||||
$focus = 'form.'.$key;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user