X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FInstall%2FInitialize.html;h=4db338fd3e6d98b5a809f5dbd83d01d0fc4fe9e9;hb=7322f2afedcc2f427e997d1535a503613a83f088;hp=0cc39aff6e56c88f8d92d5d3d74c0f2a7e9efc7b;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/share/html/Install/Initialize.html b/rt/share/html/Install/Initialize.html index 0cc39aff6..4db338fd3 100644 --- a/rt/share/html/Install/Initialize.html +++ b/rt/share/html/Install/Initialize.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC %# %# %# (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' ) {