[Rt-commit] r14521 - in rt/branches/3.999-DANGEROUS: share/html/Install
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Jul 25 07:38:06 EDT 2008
Author: sunnavy
Date: Fri Jul 25 07:38:05 2008
New Revision: 14521
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Install/Finish.html
Log:
r14978 at sunnavys-mb: sunnavy | 2008-07-25 17:43:35 +0800
clean
Modified: rt/branches/3.999-DANGEROUS/share/html/Install/Finish.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Install/Finish.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Install/Finish.html Fri Jul 25 07:38:05 2008
@@ -74,10 +74,8 @@
<%init>
if ( $Run ) {
RT->install_mode(0);
- RT->connect_to_database();
RT->init_system_objects();
- RT->init_classes();
- RT->init_plugins();
+ RT->init();
my $root = RT::Model::User->new( RT->system_user );
$root->load('root');
More information about the Rt-commit
mailing list