Fix indice array

This commit is contained in:
loviuz 2022-09-19 23:27:46 +02:00
parent b0954e6abf
commit 235c1c79c2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $mesi = [
'07' => 'Luglio',
'08' => 'Agosto',
'09' => 'Settembre',
'11' => 'Ottobre',
'10' => 'Ottobre',
'11' => 'Novembre',
'12' => 'Dicembre',
];