Issue Details (XML | Word | Printable)

Key: ZF-3194
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Matthew Weier O'Phinney
Reporter: Matthew Weier O'Phinney
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Layout::getView() should require HelperBroker

Created: 05/May/08 04:40 AM   Updated: 05/May/08 11:44 AM   Resolved: 05/May/08 05:26 AM
Component/s: Zend_Layout
Affects Version/s: 1.5.0, 1.5.1
Fix Version/s: 1.5.2

Time Tracking:
Original Estimate: 15 minutes
Original Estimate - 15 minutes
Remaining Estimate: 15 minutes
Remaining Estimate - 15 minutes
Time Spent: Not Specified
Time Spent - Not Specified

Fix Version Priority: Should Have


 Description  « Hide

Zend_Layout::getView() currently does not require the class Zend_Controller_Action_HelperBroker, though it makes use of it – causing issues when used as a standalone component. Adding a require_once will solve the issue.



Matthew Weier O'Phinney added a comment - 05/May/08 04:41 AM

Scheduling for next mini release.


Matthew Weier O'Phinney added a comment - 05/May/08 05:26 AM

Resolved in trunk and 1.5 release branch as of r9358.