Fix var not defined
This commit is contained in:
parent
6d20a656bb
commit
d7d764e5f9
@ -795,7 +795,8 @@ function num_public_holiday($timestampStart, $timestampEnd, $country_code = '',
|
||||
if (in_array('fronleichnam', $specialdayrule))
|
||||
{
|
||||
// Fronleichnam (60 days after easter sunday)
|
||||
$date_fronleichnam = mktime(
|
||||
$date_paques = easter_date($annee);
|
||||
$date_fronleichnam = mktime(
|
||||
date("H", $date_paques),
|
||||
date("i", $date_paques),
|
||||
date("s", $date_paques),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user