Home » Payment » Payment_Process » Bug #1732
Access non-existant object property
Details
| Submitted | 2004-06-28 10:04 UTC |
|---|---|
| From | aashley at optimiser dot com |
| Assigned | ieure |
| Status | Closed |
| Package | Payment_Process |
| PHP Version | Irrelevant |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-06-28 10:04 UTC] aashley at optimiser dot com
Description:
------------
Line 61 in Common.php should be changed from
if (! $this->isRequired($field) && !strlen($this->field)) {
to
if (! $this->isRequired($field) && !strlen($this->$field)) {