summaryrefslogtreecommitdiffstats
path: root/apps/federation/backgroundjob/requestsharedsecret.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation/backgroundjob/requestsharedsecret.php')
-rw-r--r--apps/federation/backgroundjob/requestsharedsecret.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/federation/backgroundjob/requestsharedsecret.php b/apps/federation/backgroundjob/requestsharedsecret.php
index b61026a4d66..b73b620b4b7 100644
--- a/apps/federation/backgroundjob/requestsharedsecret.php
+++ b/apps/federation/backgroundjob/requestsharedsecret.php
@@ -77,7 +77,8 @@ class RequestSharedSecret extends QueuedJob {
\OC::$server->getHTTPClientService(),
\OC::$server->getLogger(),
$this->jobList,
- \OC::$server->getSecureRandom()
+ \OC::$server->getSecureRandom(),
+ \OC::$server->getConfig()
);
}
}