Skip to content

Commit

Permalink
* Fix bug introduced when Vend::Parse tag handling changed -- no body…
Browse files Browse the repository at this point in the history
… was

  sent when interpolating prepend/append values.
  • Loading branch information
Mike Heins committed Mar 9, 2017
1 parent 6c8dea8 commit a619417
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Vend/Table/Editor.pm
Expand Up @@ -925,9 +925,7 @@ sub display {
log => 'none',
enable => $opt->{restrict_allow},
disable => $opt->{restrict_deny},
body => $record->{$_},
});
}
}, $record->{$_});
else {
$record->{$_} = expand_values($record->{$_});
}
Expand Down

0 comments on commit a619417

Please sign in to comment.