Home » HTML » HTML_QuickForm » Bug #493
Invalid method call
Details
| Submitted | 2003-12-24 23:49 UTC |
|---|---|
| From | aidan at virtualexplorer dot com dot au |
| Assigned | avb |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| OS | N/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 :)