pull/317/head
Robin Appelman 10 years ago committed by Lukas Reschke
parent f98cb9efa0
commit 4de7476f58
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 2
      apps/federation/lib/BackgroundJob/GetSharedSecret.php

@ -130,7 +130,7 @@ class GetSharedSecret extends Job{
* @param JobList $jobList
* @param ILogger $logger
*/
protected function parentExecute($jobList, $logger) {
protected function parentExecute($jobList, $logger = null) {
parent::execute($jobList, $logger);
}

Loading…
Cancel
Save