Zend Framework

filtername on Zend_Form_Element is typed wrongly

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.5.1
  • Fix Version/s: 1.5.2
  • Component/s: Zend_Form
  • Labels:
    None
  • Fix Version Priority:
    Nice to Have

Description

Line 421 of Zend_Form_Element: $name = $this->filtername($name);

Should be rather: $name = $this->filterName($name);

Issue Links

Activity

Hide
Wil Sinclair added a comment -

Please evaluate and categorize as necessary.

Show
Wil Sinclair added a comment - Please evaluate and categorize as necessary.
Hide
Matthew Weier O'Phinney added a comment -

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.

Show
Matthew Weier O'Phinney added a comment - 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.
Hide
Matthew Weier O'Phinney added a comment -

Updated in trunk and 1.5 release branch as of r9377.

Show
Matthew Weier O'Phinney added a comment - Updated in trunk and 1.5 release branch as of r9377.

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
5m
Original Estimate - 5 minutes
Remaining:
5m
Remaining Estimate - 5 minutes
Logged:
Not Specified
Time Spent - Not Specified