[Rt-commit] r19220 - rt/3.999/trunk/share/html/Prefs

sartak at bestpractical.com sartak at bestpractical.com
Wed Apr 15 23:27:11 EDT 2009


Author: sartak
Date: Wed Apr 15 23:27:11 2009
New Revision: 19220

Modified:
   rt/3.999/trunk/share/html/Prefs/Other.html

Log:
Fix argument case so that Prefs/Others actually works

Modified: rt/3.999/trunk/share/html/Prefs/Other.html
==============================================================================
--- rt/3.999/trunk/share/html/Prefs/Other.html	(original)
+++ rt/3.999/trunk/share/html/Prefs/Other.html	Wed Apr 15 23:27:11 2009
@@ -55,7 +55,7 @@
 <form method="post" action="Other.html">
 % foreach my $section( RT->config->sections ) {
 <&|/Widgets/TitleBox, title => _( $section ) &>
-% foreach my $option( RT->config->options( Section => $section ) ) {
+% foreach my $option( RT->config->options( section => $section ) ) {
 % my $meta = RT->config->meta( $option );
 <& $meta->{'widget'},
     default      => 1,


More information about the Rt-commit mailing list