[Pkg-owncloud-commits] [owncloud] 15/121: remove unused variable

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 16:44:26 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 8a038eeeefe541f0baf32ad0eae34570332361a7
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Tue Aug 5 20:34:18 2014 +0200

    remove unused variable
---
 apps/files_sharing/lib/api.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/files_sharing/lib/api.php b/apps/files_sharing/lib/api.php
index faf141d..8556036 100644
--- a/apps/files_sharing/lib/api.php
+++ b/apps/files_sharing/lib/api.php
@@ -64,7 +64,6 @@ class Api {
 						$share['isPreviewAvailable'] = true;
 					}
 				}
-				$newShares[] = $share;
 			}
 			return new \OC_OCS_Result($shares);
 		}

-- 
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