Bug at \otrs\Kernel\System\CustomerUser\DB.pm

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

Hi Christian, On Thu, Oct 16, 2003 at 11:55:05AM +0200, DF Junk, Christian wrote:
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})) {
Thanks! :) But where is the difference? I can't see it.
Christian
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl
participants (2)
-
DF Junk, Christian
-
Martin Edenhofer