summaryrefslogtreecommitdiff
path: root/rt/sbin/rt-server.in
diff options
context:
space:
mode:
Diffstat (limited to 'rt/sbin/rt-server.in')
-rw-r--r--rt/sbin/rt-server.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/sbin/rt-server.in b/rt/sbin/rt-server.in
index 632ba0ba6..0d11f0124 100644
--- a/rt/sbin/rt-server.in
+++ b/rt/sbin/rt-server.in
@@ -3,7 +3,7 @@
#
# COPYRIGHT:
#
-# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
# <sales@bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
@@ -127,7 +127,7 @@ EOF
RT->InstallMode(1);
} else {
- RT->Init();
+ RT->Init( Heavy => 1 );
my ($status, $msg) = RT::Handle->CheckCompatibility( $RT::Handle->dbh, 'post');
unless ( $status ) {