Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Oct 20, 2005
1 parent 23dea59 commit 59ede08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bric/App/Callback/Profile/FormBuilder.pm
Expand Up @@ -393,7 +393,7 @@ $update_element_attrs = sub {
$data_href->{$field}->set_place($pos->[$i]);
$data_href->{$field}->set_meta('html_info', 'pos', $pos->[$i]);
my $val = $param->{"attr|$aname"};
$val = join '__OPT__', @$val if ref $val
$val = join '__OPT__', @$val if ref $val;
$data_href->{$field}->set_meta('html_info', 'value', $val);
$data_href->{$field}->save;
$i++;
Expand Down

0 comments on commit 59ede08

Please sign in to comment.