Skip to content

Commit

Permalink
Mail: Change translation of send_time property
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansenDatabay committed Aug 9, 2024
1 parent 3100af0 commit 778b4bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/ILIAS/Mail/classes/class.ilMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -1142,11 +1142,11 @@ public function sendMail(
}

if ($this->isSystemMail()) {
$random = new ilRandom();
if ($random->int(0, 50) === 2) {
$random = new Random\Randomizer();
if ($random->getInt(0, 50) === 2) {
(new ilMailAttachmentStageCleanup(
$this->logger,
$this->mfile
$this->mail_file_data
))->run();
}
}
Expand Down

0 comments on commit 778b4bb

Please sign in to comment.