[Rt-commit] r13027 - rt/branches/3.8-TESTING/share/html/Install
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sat Jun 7 10:38:08 EDT 2008
Author: sunnavy
Date: Sat Jun 7 10:38:04 2008
New Revision: 13027
Modified:
rt/branches/3.8-TESTING/share/html/Install/Basics.html
Log:
tiny fix
Modified: rt/branches/3.8-TESTING/share/html/Install/Basics.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Basics.html (original)
+++ rt/branches/3.8-TESTING/share/html/Install/Basics.html Sat Jun 7 10:38:04 2008
@@ -63,8 +63,8 @@
<%init>
my @results;
-my @Types = qw/rtname Organization MinimumPasswordLength Timezone
-WebDomain WebPort/;
+my @Types = qw/rtname Organization WebDomain WebPort
+ MinimumPasswordLength Timezone/;
if ( $Run ) {
@@ -72,7 +72,7 @@
Store => $RT::Installer->{InstallConfig},
Meta => $RT::Installer->{Meta} );
- for ( qw/MininumPasswordLength/ ) {
+ for ( qw/MininumPasswordLength WebPort/ ) {
if ( $ARGS{$_} && $ARGS{$_} !~ /^\d+$/ ) {
push @results, "Invalid $_: it should be a number";
}
More information about the Rt-commit
mailing list