kopia lustrzana https://github.com/nextcloud/social
limit update to id
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/291/head
rodzic
88a19839c8
commit
43fc850c18
|
|
@ -134,9 +134,10 @@ class CacheActorsRequest extends CacheActorsRequestBuilder {
|
|||
} else {
|
||||
$iconId = $actor->getIconId();
|
||||
}
|
||||
|
||||
$qb->set('icon_id', $qb->createNamedParameter($iconId));
|
||||
|
||||
$this->limitToIdString($qb, $actor->getId());
|
||||
|
||||
$qb->execute();
|
||||
}
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue