summaryrefslogtreecommitdiffstats
path: root/lib/Db/CacheActorsRequest.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-30 09:59:16 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-11-30 09:59:16 -0100
commit8b9ca910ba3b0fa7e33c664689954413f0430700 (patch)
treeefd65214e07f5d00ae868af29a9037be5aef5115 /lib/Db/CacheActorsRequest.php
parentccf7433235bc2916e36461746a4fb58bc0b3897d (diff)
fixing
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 b882f9d7..85c4a2e8 100644
--- a/lib/Db/CacheActorsRequest.php
+++ b/lib/Db/CacheActorsRequest.php
@@ -166,7 +166,7 @@ class CacheActorsRequest extends CacheActorsRequestBuilder {
}
try {
- $this->parseFollowLeftJoin($data, 'as_following');
+ $this->parseFollowLeftJoin($data, 'as_followed');
$account->addDetailBool('following', true);
} catch (InvalidResourceException $e) {
}