diff options
Diffstat (limited to 'apps/federation/lib')
-rw-r--r-- | apps/federation/lib/dbhandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/federation/lib/dbhandler.php b/apps/federation/lib/dbhandler.php index 0677430f799..f50854fefb3 100644 --- a/apps/federation/lib/dbhandler.php +++ b/apps/federation/lib/dbhandler.php @@ -206,6 +206,7 @@ class DbHandler { * * @param string $url * @param int $status + * @param string|null $token */ public function setServerStatus($url, $status, $token = null) { $hash = $this->hash($url); |