fix indention

remotes/origin/stable6
Björn Schießle 2013-05-29 15:37:27 +07:00
parent 8587f565d2
commit ae0f37e9e2
1 changed files with 5 additions and 5 deletions

@ -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));