Skip to content

Commit

Permalink
Fix bug introduced in commit 7401515
Browse files Browse the repository at this point in the history
- this caused Values space to inherit things that should have been
  placed in Scratch
  • Loading branch information
jlav1n committed Jan 17, 2017
1 parent 44c4b80 commit 25fb722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/UserDB.pm
Expand Up @@ -986,7 +986,7 @@ sub get_values {
my($self, $valref, $scratchref) = @_;

my $same;
if($valref eq $scratchref) {
if($valref and $valref eq $scratchref) {
$same = 1;
}

Expand Down

0 comments on commit 25fb722

Please sign in to comment.