Skip to content

Commit

Permalink
Item9381: Can't edit preferences in a group topic - default the manag…
Browse files Browse the repository at this point in the history
…e UI to Set type

git-svn-id: http://svn.foswiki.org/trunk@8286 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jul 24, 2010
1 parent 7dfb613 commit fad4982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI/Manage.pm
Expand Up @@ -408,7 +408,7 @@ sub _action_editSettings {
my $name = $field->{name};
my $value = $field->{value};
$settings .= ' * '
. ( ( $field->{type} eq 'Local' ) ? 'Local' : 'Set' ) . ' '
. ( ( defined($field->{type}) and $field->{type} eq 'Local' ) ? 'Local' : 'Set' ) . ' '
. $name . ' = '
. $value . "\n";
}
Expand Down

0 comments on commit fad4982

Please sign in to comment.