[Rt-commit] r12571 - rt/branches/3.8-TESTING/share/html/installation
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed May 21 00:04:25 EDT 2008
Author: sunnavy
Date: Wed May 21 00:04:06 2008
New Revision: 12571
Modified:
rt/branches/3.8-TESTING/share/html/installation/Sendmail.html
Log:
do not need DevelMode any more, we just delete $INC{'RT_SiteConfig.pm'} manually
Modified: rt/branches/3.8-TESTING/share/html/installation/Sendmail.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/installation/Sendmail.html (original)
+++ rt/branches/3.8-TESTING/share/html/installation/Sendmail.html Wed May 21 00:04:06 2008
@@ -84,6 +84,7 @@
my ( $status, $msg ) = RT::Installer->SaveConfig;
if ( $status ) {
+ delete $INC{'RT_SiteConfig.pm'};
RT->LoadConfig;
if ( $RT::Installer->{DatabaseAction} ne 'none' ) {
More information about the Rt-commit
mailing list