Skip to content

Commit

Permalink
camelized mountPoint
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl authored and backportbot[bot] committed May 4, 2021
1 parent 82c5eba commit 0eeafea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/GSSharesRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private function leftJoinMountPoint(IQueryBuilder $qb, string $userId) {
$on->add($expr->eq('mp.share_id', $pf . 'id'));

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

Expand Down

0 comments on commit 0eeafea

Please sign in to comment.