Issue Type: Bug Created: 2008-03-31T00:20:00.000+0000 Last Updated: 2008-05-05T11:44:44.000+0000 Status: Resolved Fix version(s): - 1.5.2 (15/May/08)
Reporter: Cristian Bichis (avantis) Assignee: Matthew Weier O'Phinney (matthew) Tags: - Zend_Form
Related issues: - ZF-2975
Attachments:
Line 421 of Zend_Form_Element: $name = $this->filtername($name);
Should be rather: $name = $this->filterName($name);
Posted by Wil Sinclair (wil) on 2008-03-31T14:57:16.000+0000
Please evaluate and categorize as necessary.
Posted by Matthew Weier O'Phinney (matthew) on 2008-04-22T11:27:53.000+0000
Scheduling for next mini release. This is not a critical fix, as PHP interprets function names in a case insensitive manner, and both examples work.
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-05T10:52:43.000+0000
Updated in trunk and 1.5 release branch as of r9377.