[Rt-commit] r11887 - in rt/branches/3.8-TESTING/html/installation: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Apr 24 23:45:24 EDT 2008
Author: sunnavy
Date: Thu Apr 24 23:45:24 2008
New Revision: 11887
Modified:
rt/branches/3.8-TESTING/html/installation/Elements/Edit
rt/branches/3.8-TESTING/html/installation/autohandler
Log:
updated comp since option is renamd meta
Modified: rt/branches/3.8-TESTING/html/installation/Elements/Edit
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Elements/Edit (original)
+++ rt/branches/3.8-TESTING/html/installation/Elements/Edit Thu Apr 24 23:45:24 2008
@@ -1,7 +1,7 @@
% for my $type ( @$Types ) {
-<& $RT::Installer->{Option}{$type}{'Widget'},
+<& $RT::Installer->{Meta}{$type}{'Widget'},
Default => 0,
- %{ $RT::Installer->{Option}{$type}{'WidgetArguments'} },
+ %{ $RT::Installer->{Meta}{$type}{'WidgetArguments'} },
Name => $type,
CurrentValue => $RT::Installer->{InstallConfig}{$type} ||
scalar RT->Config->Get($type),
Modified: rt/branches/3.8-TESTING/html/installation/autohandler
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/autohandler (original)
+++ rt/branches/3.8-TESTING/html/installation/autohandler Thu Apr 24 23:45:24 2008
@@ -54,7 +54,7 @@
require RT::Installer;
$RT::Installer->{'CurrentUser'} = RT::CurrentUser->new();
- $RT::Installer->{Option} = RT::Installer->Option;
+ $RT::Installer->{Meta} = RT::Installer->Meta;
}
else {
RT::Interface::Web::Redirect(RT->Config->Get('WebURL'));
More information about the Rt-commit
mailing list