ZF-5029: function getGphotoQuotaCurrent error
Description
Zend_Gdata_Photos_UserEntry, line 281
public function getGphotoQuotaCurrent()
{
return $this->_gphotoThumbnail;
}
It's error, the right ,
return $this->_gphotoQuotaCurrent;
Zend_Gdata_Photos_UserEntry, line 281
public function getGphotoQuotaCurrent()
{
return $this->_gphotoThumbnail;
}
It's error, the right ,
return $this->_gphotoQuotaCurrent;
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-12-02T18:52:15.000+0000
Solved in SVN r12994
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-12-02T18:53:40.000+0000
Fix getGphotoQuotaCurrent() and setGphotoQuotaCurrent() functions.