summaryrefslogtreecommitdiffstats
path: root/lib/Db/CacheActorsRequest.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-28 21:36:48 -0100
committerJulius Härtl <jus@bitgrid.net>2018-11-29 13:57:21 +0100
commit5627236d32cc8b78f32219aa701627ad1b9494a3 (patch)
tree9ce32097d811f74af612c9b0dba5962a8c7898c0 /lib/Db/CacheActorsRequest.php
parent3d5ce46559e2e2c7ebbca13ec06642c9d2b366dc (diff)
Revert "revert to CS"
This reverts commit c4fc3f0183897ecf26b1e8a9e4a18beb14a354d5. Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Db/CacheActorsRequest.php')
-rw-r--r--lib/Db/CacheActorsRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/CacheActorsRequest.php b/lib/Db/CacheActorsRequest.php
index b8f154e7..f5b4454e 100644
--- a/lib/Db/CacheActorsRequest.php
+++ b/lib/Db/CacheActorsRequest.php
@@ -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();