From: Ivan Kohler Date: Wed, 8 Aug 2012 08:34:07 +0000 (-0700) Subject: port our RT.pm.in changes to RT.pm in RT4 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=770f3a75102d13771e1daeb46f2a9c9108f615ba port our RT.pm.in changes to RT.pm in RT4 --- 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;