summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/public/share.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/public/share.php b/lib/public/share.php
index 8508eb96e5e..f7ab92ef018 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -187,11 +187,11 @@ class Share {
//check for public link shares
if (!$publicShare) {
$query = \OC_DB::prepare(
- 'SELECT share_with
- FROM
- `*PREFIX*share`
- WHERE
- item_source = ? AND share_type = ?'
+ 'SELECT share_with
+ FROM
+ `*PREFIX*share`
+ WHERE
+ item_source = ? AND share_type = ?'
);
$result = $query->execute(array($source, self::SHARE_TYPE_LINK));