diff options
| author | Mark Wells <mark@freeside.biz> | 2015-10-19 15:54:37 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-10-19 15:56:15 -0700 |
| commit | f2731f7f3883905cd17633f486d2aeb9593173da (patch) | |
| tree | b26b2c58e4178337194b1f8cf96a179ae16d4408 /FS | |
| parent | f641486e28214ad1eca18c47d2252701b83614f1 (diff) | |
rename WebExternalAutoInfo to WebRemoteUserAutocreateInfo, #37318
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/TicketSystem/RT_Internal.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
