Skip to content

Commit

Permalink
Merge pull request 'fix: logger variable' from hotfix/logger-variable…
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Feb 6, 2025
2 parents c81c866 + cf3ca70 commit 7606a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cron/editorscheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function __construct(
$this->setInterval($this->config->getEditorsCheckInterval());
$mailer = \OC::$server->getMailer();
$userManager = \OC::$server->getUserManager();
$this->emailManager = new EmailManager($AppName, $trans, $logger, $mailer, $userManager, $urlGenerator);
$this->emailManager = new EmailManager($AppName, $trans, $this->logger, $mailer, $userManager, $urlGenerator);
}

/**
Expand Down

0 comments on commit 7606a63

Please sign in to comment.