diff options
author | ivan <ivan> | 2009-07-08 11:12:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-08 11:12:46 +0000 |
commit | 70569273833d91085c6c562865a78a08ddde49a1 (patch) | |
tree | ef853bbd0cf52b644d124df7286582d8a2bda3d9 /htetc | |
parent | 0cc20c3d66e50d640422c2d587d97ddf7768493b (diff) |
borg RT menus, RT#1169
Diffstat (limited to 'htetc')
-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); } |