]> git.pld-linux.org Git - packages/ZendFramework.git/blame - ZendFramework-deps.patch
- R: php-pear
[packages/ZendFramework.git] / ZendFramework-deps.patch
CommitLineData
7ae13fb9
ER
1--- ZendFramework-1.7.6/library/Zend/Gdata/YouTube.php~ 2009-03-10 22:11:26.000000000 +0200
2+++ ZendFramework-1.7.6/library/Zend/Gdata/YouTube.php 2009-03-10 22:13:01.898984500 +0200
3@@ -687,7 +687,7 @@
4 public function getFriendActivityForCurrentUser()
5 {
6 if (!$this->isAuthenticated()) {
7- require_once 'Zend/Gdata/YouTube/App/Exception.php';
8+ require_once 'Zend/Gdata/App/Exception.php';
9 throw new Zend_Gdata_App_Exception('You must be authenticated to ' .
10 'use the getFriendActivityForCurrentUser function in Zend_' .
11 'Gdata_YouTube.');
12--- ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php~ 2009-03-10 22:15:39.811374312 +0200
13+++ ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php 2009-03-10 22:15:31.689629002 +0200
14@@ -0,0 +1,32 @@
15+<?php
16+/**
17+ * Zend Framework
18+ *
19+ * LICENSE
20+ *
21+ * This source file is subject to the new BSD license that is bundled
22+ * with this package in the file LICENSE.txt.
23+ * It is also available through the world-wide-web at this URL:
24+ * http://framework.zend.com/license/new-bsd
25+ * If you did not receive a copy of the license and are unable to
26+ * obtain it through the world-wide-web, please send an email
27+ * to license@zend.com so we can send you a copy immediately.
28+ *
29+ * @category Zend
30+ * @package Zend_Service
31+ * @subpackage Audioscrobbler
32+ * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @license http://framework.zend.com/license/new-bsd New BSD License
34+ * @version $Id$
35+ */
36+
37+/**
38+ * @category Zend
39+ * @package Zend_Service
40+ * @subpackage Audioscrobbler
41+ * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
42+ * @license http://framework.zend.com/license/new-bsd New BSD License
43+ */
44+class Zend_Service_Audioscrobbler_Exception extends Exception
45+{
46+}
This page took 0.066886 seconds and 4 git commands to generate.