ZF-6250: Zend_Gdata_Youtube can't require exception if not authenticated
Description
In Zend_Gdata_Youtube::getFriendActivityForCurrentUser(), the comments say a Zend_Gdata_App_Exception is launched if not logged in but the code tries to require Zend/Gdata/YouTube/App/Exception.php, which does not exist.
Suggested fix is to require 'Zend/Gdata/App/Exception.php' instead.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-04-09T08:01:26.000+0000
Solved in SVN r14802