Skip to content

Commit 0da3990

Browse files
committed
camelized mountPoint
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 82bee6a commit 0da3990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Db/GSSharesRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private function leftJoinMountPoint(IQueryBuilder $qb, string $userId) {
128128
$on->add($expr->eq('mp.share_id', $pf . 'id'));
129129

130130
/** @noinspection PhpMethodParametersCountMismatchInspection */
131-
$qb->selectAlias('mp.mountPoint', 'gsshares_mountpoint')
131+
$qb->selectAlias('mp.mountpoint', 'gsshares_mountpoint')
132132
->leftJoin($this->default_select_alias, CoreRequestBuilder::TABLE_GSSHARES_MOUNTPOINT, 'mp', $on);
133133
}
134134

0 commit comments

Comments
 (0)