fixed: email password recovery submit button effected by UI level

This commit is contained in:
Graham Knop 2008-06-11 19:17:35 +00:00
parent 5b78160079
commit 88e7113fae
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
7.5.11
- fixed: email password recovery submit button effected by UI level
- fixed: Creating a shortcut creates a version tag even with autocommit turned on
- fixed: userImport.pl overwrites settings when updating users
- fixed: Collaboration RSS link in header doesn't indicate title

View file

@ -1047,7 +1047,8 @@ sub emailResetPassword {
);
$f->submit(
value => 'submit'
value => 'submit',
uiLevel => 0,
);