diff options
Diffstat (limited to 'rt/share/html/Install/Global.html')
-rw-r--r-- | rt/share/html/Install/Global.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rt/share/html/Install/Global.html b/rt/share/html/Install/Global.html index 593efdc79..81058904d 100644 --- a/rt/share/html/Install/Global.html +++ b/rt/share/html/Install/Global.html @@ -94,7 +94,6 @@ if ( $Run ) { my ( $status, $msg ) = RT::Installer->SaveConfig; if ( $status ) { - delete $INC{'RT_SiteConfig.pm'}; RT->LoadConfig; if ( $RT::Installer->{DatabaseAction} ne 'none' ) { |