summaryrefslogtreecommitdiffstats
path: root/lib/Db
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
commit3d5ce46559e2e2c7ebbca13ec06642c9d2b366dc (patch)
tree3658ad32402238c0c5d6e7978091a06f69e1d805 /lib/Db
parentaa52cd8ee2b8da082ac9e5553794c357600ddb0a (diff)
revert to CS
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Db')
-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 f5b4454e..b8f154e7 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, false);
+ $this->limitToIdString($qb, $id);
$this->leftJoinCacheDocuments($qb, 'icon_id');
$cursor = $qb->execute();