summaryrefslogtreecommitdiffstats
path: root/lib/Db/FollowsRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/FollowsRequest.php')
-rw-r--r--lib/Db/FollowsRequest.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Db/FollowsRequest.php b/lib/Db/FollowsRequest.php
index ec46401f..c9138ba4 100644
--- a/lib/Db/FollowsRequest.php
+++ b/lib/Db/FollowsRequest.php
@@ -76,8 +76,7 @@ class FollowsRequest extends FollowsRequestBuilder {
} catch (Exception $e) {
}
- $this->generatePrimaryKey($qb, $follow->getId());
-
+ $qb->generatePrimaryKey($follow->getId());
$qb->execute();
}
@@ -102,8 +101,7 @@ class FollowsRequest extends FollowsRequestBuilder {
} catch (Exception $e) {
}
- $this->generatePrimaryKey($qb, $actor->getId());
-
+ $qb->generatePrimaryKey($actor->getId());
$qb->execute();
}