]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Install/Initialize.html
Upgrade to 4.2.8
[usit-rt.git] / share / html / Install / Initialize.html
index 0cc39aff6e56c88f8d92d5d3d74c0f2a7e9efc7b..42b401387dbe6d8e2aece134e53e66897a9297c3 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2012 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)
@@ -119,6 +119,7 @@ if ( $Run ) {
                 $RT::Handle->dbh( undef );
                 RT::ConnectToDatabase();
                 RT::InitLogging();
+                RT::InitClasses();
                 ($status, $msg) = $RT::Handle->InsertInitialData;
             }
             elsif ( $action eq 'insert' ) {