X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT.pm;h=5d2e70425921595de9b92cae2c08abde402759c6;hb=363f89201b3ad61da89f2141373864e7e28943eb;hp=f98a74befee108ef495dd2935b05cff228e0904c;hpb=b0e7ee2a549e8d470109d3424521bc18ef973c80;p=freeside.git diff --git a/rt/lib/RT.pm b/rt/lib/RT.pm index f98a74bef..5d2e70425 100644 --- a/rt/lib/RT.pm +++ b/rt/lib/RT.pm @@ -354,11 +354,13 @@ sub InitLogging { )); } } - InitSignalHandlers(); + InitSignalHandlers(%arg); } sub InitSignalHandlers { + my %arg = @_; + # Signal handlers ## This is the default handling of warnings and die'ings in the code ## (including other used modules - maybe except for errors catched by