fix InitSignalHandlers patch
[freeside.git] / rt / lib / RT.pm
index f98a74b..5d2e704 100644 (file)
@@ -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