Fixing a typo.

This commit is contained in:
defacer 2005-04-20 21:09:26 +00:00
parent 4eb1a1df3f
commit bc5f95a433

View File

@ -198,7 +198,7 @@
}
else {
foreach ($err as $key => $value) {
$focus = 'form'.$key;
$focus = 'form.'.$key;
}
}
}