diff options
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 1dd16ec72..a9431d3a8 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -69,6 +69,8 @@ sub handler } else { + RT::Init() if $RT::VERSION; #for lack of something else + $ah->interp($fs_interp); } |