summaryrefslogtreecommitdiff
path: root/FS/FS/TicketSystem
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-10-19 15:54:37 -0700
committerMark Wells <mark@freeside.biz>2015-10-19 15:54:37 -0700
commit442462d10e51e766ef001823abf64d4c231c5364 (patch)
tree2d690d0d528ee2a187f9a1518b17931baa36554e /FS/FS/TicketSystem
parent05cc1ce102266aa0a25e085b0b39d777686210a6 (diff)
rename WebExternalAutoInfo to WebRemoteUserAutocreateInfo, #37318
Diffstat (limited to 'FS/FS/TicketSystem')
-rw-r--r--FS/FS/TicketSystem/RT_Internal.pm2
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