Skip to content

Commit

Permalink
Merge pull request #1543 from nextcloud/backport/1542/stable0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jan 13, 2025
2 parents 64cd8f1 + 9fb507b commit 9216cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/FavoritesService.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function isFavorite(int $nodeType, int $id): bool {

$result = $qb->executeQuery();
while ($row = $result->fetch()) {
$this->cache->set($cacheKey, true);
$this->cache->set(sprintf('%d_%d', $row['node_type'], $row['node_id']), true);
}
}

Expand Down

0 comments on commit 9216cc3

Please sign in to comment.