summaryrefslogtreecommitdiff
path: root/FS/FS/TicketSystem
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-08 01:39:25 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-08 01:39:25 -0700
commitd32459cf059ff29a5ddc4b83ca2bf50a7828454b (patch)
treee9bf866d08d17f4b47115db93c6c561292e934e1 /FS/FS/TicketSystem
parent7d4cd63e56dbfcb5020faba2c9a274e3afd6d417 (diff)
avoid RT __WARN__ handler harder
Diffstat (limited to 'FS/FS/TicketSystem')
-rw-r--r--FS/FS/TicketSystem/RT_Internal.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm
index 939aa40..b09647e 100644
--- a/FS/FS/TicketSystem/RT_Internal.pm
+++ b/FS/FS/TicketSystem/RT_Internal.pm
@@ -92,7 +92,7 @@ sub init {
# this needs to be done on each fork
warn "$me init: initializing RT\n" if $DEBUG;
{
- local $SIG{__WARN};
+ local $SIG{__WARN__};
local $SIG{__DIE__};
eval 'RT::Init("NoSignalHandlers"=>1);';
}