diff options
Diffstat (limited to 'rt/share/html/Install/Global.html')
-rw-r--r-- | rt/share/html/Install/Global.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/share/html/Install/Global.html b/rt/share/html/Install/Global.html index 620a6c43a..81058904d 100644 --- a/rt/share/html/Install/Global.html +++ b/rt/share/html/Install/Global.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -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' ) { |