diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-08-13 23:56:59 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-13 23:56:59 -0700 |
commit | dcb3f6aedb9f8af8495302ed7e2ba6b56bc6b0d8 (patch) | |
tree | 3ff75ed8219b0505c6f42502a97627b7bfc92873 /httemplate/search | |
parent | 58247d8b69d1dcc81016f97b3ee79b41fbe44e62 (diff) |
clean up various other RT initialization inconsistancy, RT#18719
Diffstat (limited to 'httemplate/search')
-rw-r--r-- | httemplate/search/report_rt_ticket.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/search/report_rt_ticket.html b/httemplate/search/report_rt_ticket.html index f0d7a4200..a4ceaa6a4 100644 --- a/httemplate/search/report_rt_ticket.html +++ b/httemplate/search/report_rt_ticket.html @@ -59,7 +59,6 @@ if ( @pkgparts ) { } # get a list of TimeValue-type custom fields -RT::Init(); my $CurrentUser = RT::CurrentUser->new(); $CurrentUser->LoadByName($FS::CurrentUser::CurrentUser->username); die "RT not configured" unless $CurrentUser->id; |