X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FTicketSystem%2FRT_Internal.pm;fp=FS%2FFS%2FTicketSystem%2FRT_Internal.pm;h=1c4513e6d2e4d666fb120c4913e205e62ff10ba2;hb=f2731f7f3883905cd17633f486d2aeb9593173da;hp=b70ac5360053c15259c3fff5f20d27cc3a491930;hpb=f641486e28214ad1eca18c47d2252701b83614f1;p=freeside.git diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index b70ac5360..1c4513e6d 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -572,7 +572,7 @@ sub _web_external_auth { # now get user specific information, to better create our user. my $new_user_info - = RT::Interface::Web::WebExternalAutoInfo($user); + = RT::Interface::Web::WebRemoteUserAutocreateInfo($user); # set the attributes that have been defined. # FIXME: this is a horrible kludge. I'm sure there's something cleaner