Skip to content

Commit

Permalink
added missing source file
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 6, 2024
1 parent 63b7dfc commit 827bc73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Template/Liquid/Condition.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ sub eq {
my $_r = $s->{template}{context}->get($r);
$l = $_l if defined $_l;
$r = $_r if defined $_r;
$r = "" if !defined $r; # hack to match blank strings properly
return _equal($l, $r);
}

Expand Down

0 comments on commit 827bc73

Please sign in to comment.