kopia lustrzana https://github.com/nextcloud/social
Revert "revert to CS"
This reverts commit c4fc3f0183897ecf26b1e8a9e4a18beb14a354d5. Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/72/head
rodzic
3d5ce46559
commit
5627236d32
|
@ -112,7 +112,7 @@ class CacheActorsRequest extends CacheActorsRequestBuilder {
|
|||
*/
|
||||
public function getFromId(string $id): Person {
|
||||
$qb = $this->getCacheActorsSelectSql();
|
||||
$this->limitToIdString($qb, $id);
|
||||
$this->limitToIdString($qb, $id, false);
|
||||
$this->leftJoinCacheDocuments($qb, 'icon_id');
|
||||
|
||||
$cursor = $qb->execute();
|
||||
|
|
Ładowanie…
Reference in New Issue