aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/public/share.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/share.php b/lib/public/share.php
index 06d67ab4e0a..f8a6e0313ad 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -134,7 +134,7 @@ class Share {
* not '/admin/data/file.txt'
*/
public static function getUsersSharingFile($path, $user, $includeOwner = false) {
- error_log("getuser sharing files for: " . $path . " and " . $user);
+
$shares = array();
$publicShare = false;
$source = -1;
@@ -152,7 +152,7 @@ class Share {
error_log("source: " . $meta['fileid']);
$source = $meta['fileid'];
$cache = new \OC\Files\Cache\Cache($meta['storage']);
- } else error_log("no source");
+ }
while ($source !== -1) {