[freeside-commits] branch master updated. 770f3a75102d13771e1daeb46f2a9c9108f615ba

Ivan ivan at 420.am
Wed Aug 8 01:34:10 PDT 2012


The branch, master has been updated
       via  770f3a75102d13771e1daeb46f2a9c9108f615ba (commit)
      from  31aae8ccdeb214609f96b31a6d8f6dc4614a93b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 770f3a75102d13771e1daeb46f2a9c9108f615ba
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 8 01:34:07 2012 -0700

    port our RT.pm.in changes to RT.pm in RT4

diff --git a/rt/lib/RT.pm b/rt/lib/RT.pm
index b375c43..4372a56 100644
--- a/rt/lib/RT.pm
+++ b/rt/lib/RT.pm
@@ -138,6 +138,8 @@ up logging|/InitLogging>, and L<loads plugins|/InitPlugins>.
 
 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;

-----------------------------------------------------------------------

Summary of changes:
 rt/lib/RT.pm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list