Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Jan 22, 2024
1 parent 24a888f commit ad49152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/CoreQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ public function limitToShareOwner(

if ($reshares === false) {
$this->andWhere($this->exprLimit('uid_initiator', $federatedUser->getUserId(), $alias));
} else if ($nodeId === 0) {
} elseif ($nodeId === 0) {
$this->andWhere(
$expr->orX(
$this->exprLimit('uid_owner', $federatedUser->getUserId(), $alias),
Expand Down

0 comments on commit ad49152

Please sign in to comment.