Hi! There is an error in \otrs\Kernel\System\CustomerUser\DB.pm at line 294:
if ($Param{UserEmail} && !$Self->{CheckItemObject}->CkeckEmail(Address =>
$Param{UserEmail})) {
should be
if ($Param{UserEmail} && !$Self->{CheckItemObject}->CheckEmail(Address =>
$Param{UserEmail})) {
Regards,
Christian
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
