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