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=01e2e296652b907b915967c5d3473b749d9716db;hb=3185fe4edea62dd3fa9818cf80902e96fe2a2d21;hp=b09647e1895274d71ef4e96ec3f3cc2a4d9234fa;hpb=f50a821d306b561d602edbdac0dac958b862ec0c;p=freeside.git diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index b09647e18..01e2e2966 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -50,7 +50,7 @@ sub access_right { sub session { my( $self, $session ) = @_; - if ( $session && $session->{'Current_User'} ) { # does this even work? + if ( $session && $session->{'CurrentUser'} ) { # does this even work? warn "$me session: using existing session and CurrentUser: \n". Dumper($session->{'CurrentUser'}) if $DEBUG;