[Pkg-owncloud-commits] [owncloud] 130/223: Fix undefined index error

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 455fbafb484cb816307317f93a4d4018f8c2a429
Author: Robin Appelman <icewind at owncloud.com>
Date:   Fri Jun 13 12:47:47 2014 +0200

    Fix undefined index error
---
 apps/files_sharing/lib/external/storage.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/apps/files_sharing/lib/external/storage.php b/apps/files_sharing/lib/external/storage.php
index 7eac7f0..cd04841 100644
--- a/apps/files_sharing/lib/external/storage.php
+++ b/apps/files_sharing/lib/external/storage.php
@@ -33,15 +33,9 @@ class Storage extends DAV implements ISharedStorage {
 	 */
 	private $token;
 
-	/**
-	 * @var \OCA\Files_Sharing\External\Manager
-	 */
-	private $manager;
-
 	public function __construct($options) {
 		$this->remote = $options['remote'];
 		$this->remoteUser = $options['owner'];
-		$this->manager = $options['manager'];
 		list($protocol, $remote) = explode('://', $this->remote);
 		list($host, $root) = explode('/', $remote);
 		$secure = $protocol === 'https';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list