]> 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)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 29 May 2013 13:37:27 +0000 (15:37 +0200)
lib/public/share.php

index 8508eb96e5e7121b100649c3208a141cf7a16886..f7ab92ef018b3057be79b6144db4669b2d4e2fdf 100644 (file)
@@ -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));