From: Bjoern Schiessle Date: Tue, 5 Aug 2014 18:34:18 +0000 (+0200) Subject: remove unused variable X-Git-Tag: v8.0.0alpha1~963^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f45117381702312b502e749089cba2e49d492d50;p=nextcloud-server.git remove unused variable --- diff --git a/apps/files_sharing/lib/api.php b/apps/files_sharing/lib/api.php index faf141db25f..8556036f118 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); }