Search found 1 match
Page 1 of 1
Search found 1 match
Re: OpenCart 1.5.1.1 Bug Thread
A minor miss in model/account/customer.php When sending mail to the customer for created accounts the function uses the request-post instead of the inputed data. Line 43: $mail->setTo($this->request->post['email']); Should be: $mail->setTo($data['email']); Minor problem for extensions/themes that cr...
Jump to post- Thu Sep 22, 2011 6:30 pm
- Replies 301
- Views 104137
Page 1 of 1
Search found 1 match