summaryrefslogtreecommitdiff
path: root/rt/share/html/Install/Initialize.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Install/Initialize.html')
-rw-r--r--rt/share/html/Install/Initialize.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Install/Initialize.html b/rt/share/html/Install/Initialize.html
index 47d7616..0cc39af 100644
--- a/rt/share/html/Install/Initialize.html
+++ b/rt/share/html/Install/Initialize.html
@@ -125,7 +125,7 @@ if ( $Run ) {
$RT::Handle = RT::Handle->new;
RT::Init();
my $file = $RT::EtcPath . "/initialdata";
- ($status, $msg) = $RT::Handle->InsertData( $file );
+ ($status, $msg) = $RT::Handle->InsertData( $file, undef, disconnect_after => 0 );
}
unless ( $status ) {
push @errors, loc('ERROR: [_1]', $msg);