From: Björn Schießle Date: Wed, 29 May 2013 13:37:27 +0000 (+0200) Subject: fix indention X-Git-Tag: v6.0.0alpha2~705^2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ae0f37e9e20a540ed93b99814f4eb066bd26aa88;p=nextcloud-server.git fix indention --- 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));