diff --git a/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/userinfo.pm b/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/userinfo.pm index 5b557df..9d29524 100644 --- a/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/userinfo.pm +++ b/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/userinfo.pm @@ -213,7 +213,7 @@ sub modify_user { 'AltEmail3' => $self->{cgi}->param('AltEmail3'), 'AltEmail4' => $self->{cgi}->param('AltEmail4'), 'PreferredEmail' => $self->{cgi}->param('PreferredEmail'), - 'Category' => $self->{cgi}->param('PreferredCategory'), + 'Category' => $self->{cgi}->param('Category'), 'Url' => $self->{cgi}->param('Url'), 'Shell' => $self->{cgi}->param('Shell'), 'DesktopShell' => $self->{cgi}->param('DesktopShell'),