[Rt-commit] r12484 - rt/branches/3.8-TESTING/share/html/installation

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sat May 17 09:02:47 EDT 2008


Author: sunnavy
Date: Sat May 17 09:02:47 2008
New Revision: 12484

Modified:
   rt/branches/3.8-TESTING/share/html/installation/Initialize.html

Log:
fixed a weird bug with a weird way ;)

Modified: rt/branches/3.8-TESTING/share/html/installation/Initialize.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/installation/Initialize.html	(original)
+++ rt/branches/3.8-TESTING/share/html/installation/Initialize.html	Sat May 17 09:02:47 2008
@@ -91,6 +91,12 @@
     }
 
     if ( $status ) {
+
+# XXX just found we need to refresh RT::Handle manually here
+# can anybody tell me why?
+        require Module::Refresh;
+        Module::Refresh->refresh_module('RT/Handle.pm');
+
         my $dbh = DBI->connect(
             RT::Handle->DSN, $RT::Installer->{InstallConfig}{DatabaseAdmin},
             $RT::Installer->{InstallConfig}{DatabaseAdminPassword}, 


More information about the Rt-commit mailing list