From 770f3a75102d13771e1daeb46f2a9c9108f615ba Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 8 Aug 2012 01:34:07 -0700 Subject: [PATCH] port our RT.pm.in changes to RT.pm in RT4 --- rt/lib/RT.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rt/lib/RT.pm b/rt/lib/RT.pm index b375c433a..4372a564d 100644 --- a/rt/lib/RT.pm +++ b/rt/lib/RT.pm @@ -138,6 +138,8 @@ up logging|/InitLogging>, and L. sub Init { + my @arg = @_; + CheckPerlRequirements(); InitPluginPaths(); @@ -146,7 +148,7 @@ sub Init { ConnectToDatabase(); InitSystemObjects(); InitClasses(); - InitLogging(); + InitLogging(@arg); InitPlugins(); RT::I18N->Init; RT->Config->PostLoadCheck; -- 2.11.0