X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fpref%2Fpref-process.html;h=7848b72cb3a9bad323365ec2e790ba3543a5b578;hp=7edf8921c7add242679a794c3026066e5300bf42;hb=d7006fb84965da14819c4ad3581fcb5e907a14d3;hpb=98c89189ba04ba86d74a3bb36f1d2481ec3f10ca diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index 7edf8921c..7848b72cb 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -84,7 +84,7 @@ if ( !$error and ($FS::TicketSystem::system || '') eq 'RT_Internal' ) { FS::TicketSystem->init; my $UserObj = FS::TicketSystem->session('')->{'CurrentUser'}->UserObj; # Bypass RT ModifySelf ACL - $UserObj->CurrentUser( RT::SystemUser ); + $UserObj->CurrentUser( $RT::SystemUser ); if ( $UserObj->Lang ne $locale ) { my ($val, $msg) = $UserObj->SetLang($locale); $error = $msg if !$val;