Zend Framework

undefined method Zend_Tool_Project_Provider_Controller::_getRequest()

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: Next Major Release
  • Fix Version/s: 1.8.0
  • Component/s: Zend_Tool
  • Labels:
    None

Description

Just downloaded the 1.8 Preview and discovered a bug. The error I got was:

Fatal error: Call to undefined method Zend_Tool_Project_Provider_Controller::_getRequest() in Zend/Tool/Project/Provider/Controller.php on line 85

I think that line (85) should be:

if ($this->_registry->getRequest()->isPretend()) {

Instead of:

if ($this->_getRequest()->isPretend()) {

Wkr
Jeroen

Activity

Hide
Ralph Schindler added a comment -

This was fixed as part of the update in r15083.

If you see this issue in trunk and 1.8 please reopen, but I think its fixed now.

-ralph

Show
Ralph Schindler added a comment - This was fixed as part of the update in r15083. If you see this issue in trunk and 1.8 please reopen, but I think its fixed now. -ralph

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: