ZF-12235: Zend_Gdata_App: Can't use $this in static method
Description
There is a call to $this in static method import() on line 742 ``` if (!$this->_useObjectMapping) { return $feedContent; } {code{
There is a call to $this in static method import() on line 742 ``` if (!$this->_useObjectMapping) { return $feedContent; } {code{
Comments
No comments to display