diff --git a/lib/Db/GSSharesRequest.php b/lib/Db/GSSharesRequest.php index 278117e89..26044b4bf 100644 --- a/lib/Db/GSSharesRequest.php +++ b/lib/Db/GSSharesRequest.php @@ -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); }