PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Payment » Payment_Process » Bug #1732

Access non-existant object property

Details

Submitted2004-06-28 10:04 UTC
Fromaashley at optimiser dot com
Assignedieure
StatusClosed
PackagePayment_Process
PHP VersionIrrelevant
OSLinux
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)) {