[Rt-commit] r14501 - in rt/branches/3.999-DANGEROUS: lib/RT
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Jul 25 04:23:35 EDT 2008
Author: sunnavy
Date: Fri Jul 25 04:23:33 2008
New Revision: 14501
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT/Installer.pm
Log:
r14961 at sunnavys-mb: sunnavy | 2008-07-25 15:34:17 +0800
go on
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Installer.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Installer.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Installer.pm Fri Jul 25 04:23:33 2008
@@ -276,7 +276,7 @@
my @types = @_;
push @types, $class if !ref $class && $class && $class ne 'RT::Installer';
- return { map { $_ => CurrentValue($_) } @types };
+ return { map { $_ => current_value($_) } @types };
}
sub config_file {
More information about the Rt-commit
mailing list