Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:theory/bricolage
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 16, 2009
2 parents eae7e0f + f05bbcf commit bf0adf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/widgets/container_prof/field.mc
Expand Up @@ -88,7 +88,7 @@ if ($vals->{props}{type} eq 'checkbox') {
# Set the array of possible values, if necessary.
if ( my $tmp = $vals->{props}{vals} ) {
if ($vals->{props}{type} eq 'codeselect') {
$vals->{props}{vals} = eval_codeselect($tmp);
$vals->{props}{vals} = eval_codeselect($tmp, $element);
} else {
my $val_prop;
foreach my $line (split /\n/, $tmp) {
Expand Down

0 comments on commit bf0adf1

Please sign in to comment.