summaryrefslogtreecommitdiff
path: root/rt/share/html/Admin
diff options
context:
space:
mode:
authorivan <ivan>2012-01-21 03:59:16 +0000
committerivan <ivan>2012-01-21 03:59:16 +0000
commit3e3a07a1f96d0e2f89cde0a33583c9b1276471f1 (patch)
tree910a3052a9ce43d8f982819aeb06eaf9d609f23d /rt/share/html/Admin
parentfb4ab1073f0d15d660c6cdc4e07afebf68ef3924 (diff)
rt 3.8.11
Diffstat (limited to 'rt/share/html/Admin')
-rw-r--r--rt/share/html/Admin/CustomFields/Modify.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Admin/CustomFields/Modify.html b/rt/share/html/Admin/CustomFields/Modify.html
index 5ef32127b..249fdb1b4 100644
--- a/rt/share/html/Admin/CustomFields/Modify.html
+++ b/rt/share/html/Admin/CustomFields/Modify.html
@@ -221,7 +221,7 @@ if ( $ARGS{'Update'} && $id ne 'new' ) {
# Update any existing values
my $values = $CustomFieldObj->ValuesObj;
while ( my $value = $values->Next ) {
- foreach my $attr qw(Name Description SortOrder Category) {
+ foreach my $attr (qw(Name Description SortOrder Category)) {
my $param = join("-", $paramtag, $value->Id, $attr);
next unless exists $ARGS{$param};
$ARGS{$param} =~ s/^\s+//;