ZF-6947: Missing $this-> in feed functions in Zend_Gdata_YouTube_UserProfileEntry
Description
In the Feed Url functions ( getPlaylistListFeedUrl(), getUploadsFeedUrl(), getSubscriptionsFeedUrl(), getContactsFeedUrl() and getFavoritesFeedUrl() ) in the Zend_Gdata_YouTube_UserProfileEntry class, there is a $this-> missing before calling the getFeedLinkHref() function. You get an error, when calling one of these functions.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-09T14:26:11.000+0000
Solved in SVN r15963
Posted by Trevor Johns (tjohns) on 2009-06-10T13:57:47.000+0000
Committed to release-1.8 as r15977.
commit 0e1dbcb8b0c4e0a55b4f58004eebb02eb85e0d19 Author: yoshida@zend.co.jp Date: Wed Jun 10 12:21:49 2009 +0000 [ZF-6947]Missing $this in feed functions git-svn-id: http://framework.zend.com/svn/framework/… library/Zend/Gdata/YouTube/UserProfileEntry.php | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-)