Skip to content

Commit

Permalink
* Allow values reference and scratch reference to be set as originally
Browse files Browse the repository at this point in the history
  intended lo those many moons ago.
  • Loading branch information
perusionmike committed Jul 17, 2016
1 parent 12d5316 commit add66d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/UserDB.pm
Expand Up @@ -2521,7 +2521,7 @@ sub userdb {
$Vend::Session->{failure} = errmsg("Unable to access user database.");
return undef;
}
$status = $user->get_values();
$status = $user->get_values($opt->{valref}, $opt->{scratchref});
}
else {
$user = $module->new(%options);
Expand Down

0 comments on commit add66d8

Please sign in to comment.