Skip to content

Commit

Permalink
* Fix bug in hash version of [item-tag-*].
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Heins committed Oct 13, 2016
1 parent 09e48f4 commit c3d6b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/Interpolate.pm
Expand Up @@ -4494,7 +4494,7 @@ sub iterate_hash_list {
check_change($1,$3,undef,$2)
? pull_if($4)
: pull_else($4)!ige;
$run =~ s#$B$QR{_tag}($All$E[-_]tag[-_]\1\])#
$run =~ s#$B$QR{_tag}($Some$E[-_]tag[-_]\1\])#
tag_dispatch($1,$count, $item, $hash, $2)#ige;
$Row = $item;
$run =~ s#$B$QR{_calc}$E$QR{'/_calc'}#tag_calc($1)#ige;
Expand Down

0 comments on commit c3d6b08

Please sign in to comment.