]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix indention
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 29 May 2013 13:37:27 +0000 (15:37 +0200)
committerFlorin Peter <github@florin-peter.de>
Fri, 31 May 2013 10:24:44 +0000 (12:24 +0200)
lib/public/share.php

index 567fc324d8d7bd87a92e119b70bf087276fef1c8..a5e74826f7924f78d9ba290e7881de751cbc277c 100644 (file)
@@ -188,11 +188,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));