fix
This commit is contained in:
parent
d7fd38751b
commit
a583aaa562
1 changed files with 1 additions and 1 deletions
|
|
@ -1303,7 +1303,7 @@ sub www_addToCart {
|
|||
if (scalar(@$errors) > 0) { return $self->error($errors, "www_addToCart"); }
|
||||
|
||||
unless ($output) {
|
||||
return $self->www_saveRegistration;
|
||||
return $self->saveRegistration;
|
||||
}
|
||||
}
|
||||
# $self->session->errorHandler->warn("scratch after: <pre>".Dumper($self->getEventsInScratchCart).Dumper($self->session->db->buildHashRef("select name,value from userSessionScratch where sessionId=?",[$self->session->getId]))."</pre>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue