This commit is contained in:
Simon Vieille 2020-04-15 15:35:25 +02:00
parent fe665d58a9
commit bf3493bb03
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -94,7 +94,7 @@ style('side_menu', 'admin');
<?php
$choices = [
'yes' => '1',
'Yes' => '1',
'No' => '0',
];
?>