Skip to content

Commit 5fc626d

Browse files
kergomardmjansenDatabay
authored andcommitted
Certificate: Set Default Bday Format il_CAL_DATE
See: https://mantis.ilias.de/view.php?id=43240 (cherry picked from commit a4c6eab)
1 parent 22812b3 commit 5fc626d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/Certificate/classes/Placeholder/Values/class.ilDefaultPlaceholderValues.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct(
5454
require_once __DIR__ . '/../../../../Calendar/classes/class.ilDateTime.php'; // Required because of global contant IL_CAL_DATE
5555

5656
$this->dateFormat = $dateFormat ?? IL_CAL_UNIX;
57-
$this->birthdayDateFormat = $birthdayDateFormat ?? IL_CAL_UNIX;
57+
$this->birthdayDateFormat = $birthdayDateFormat ?? IL_CAL_DATE;
5858

5959
if (null === $language) {
6060
global $DIC;

0 commit comments

Comments
 (0)