Commit e76c16b3 by Jordi Boggiano

[ZF] Fixed cases when data provider was not initialized when needed

parent ea7de4ee
......@@ -391,7 +391,7 @@ class Dwoo_Adapters_ZendFramework_View extends Zend_View_Abstract
*/
public function getVars()
{
return $this->_dataProvider->getData();
return $this->getDataProvider()->getData();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment