PEAR is archived and read-only

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

Home » HTML » HTML_QuickForm » Bug #493

Invalid method call

Details

Submitted2003-12-24 23:49 UTC
Fromaidan at virtualexplorer dot com dot au
Assignedavb
StatusClosed
PackageHTML_QuickForm
PHP VersionIrrelevant
OSN/A
Roadmaps(Not assigned)

Comments

[2003-12-24 23:49 UTC] aidan at virtualexplorer dot com dot au

Description:
------------
On line 393, of HTML_QuickForm.php you have the line:

} elseif (!$this->is_callable($filter)) {

Obviously, this should be:

is_callable, not $this->is_callable

Reproduce code:
---------------
Simply call the function setConstats with a callback function.

Expected result:
----------------
Not a parse error :)