Skip to content

Commit

Permalink
* Make valref and scratchref options settable with UserDB directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
perusionmike committed Jul 17, 2016
1 parent 7401515 commit 87e2272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/UserDB.pm
Expand Up @@ -1911,7 +1911,7 @@ sub login {
}
$self->log('login') if $options{'log'};

$self->get_values() unless $self->{OPTIONS}{no_get};
$self->get_values($self->{OPTIONS}{valref}, $self->{OPTIONS}{scratchref}) unless $self->{OPTIONS}{no_get};
};

scrub();
Expand Down

0 comments on commit 87e2272

Please sign in to comment.