summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-08-05 20:34:18 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-08-05 20:34:18 +0200
commitf45117381702312b502e749089cba2e49d492d50 (patch)
treeeefb9a1c914f8400fdec3438acd6b5814a80f803 /apps/files_sharing
parentc0e78d984140ecd6a49ac615214b4a68fab0557e (diff)
downloadnextcloud-server-f45117381702312b502e749089cba2e49d492d50.tar.gz
nextcloud-server-f45117381702312b502e749089cba2e49d492d50.zip
remove unused variable
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/lib/api.php1
1 files changed, 0 insertions, 1 deletions
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);
}