Typo in Category CGI param id

tags/ipasserelle-base-0.2.67-1
Daniel Berteaud 6 years ago
parent 1e40299614
commit eb25e3c574
  1. 2
      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'),

Loading…
Cancel
Save