Why got this even approved?

This commit is contained in:
Unknown 2018-09-26 13:13:09 +02:00 committed by Hypolite Petovan
parent 24dbb69421
commit c44ca31aec
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ class ContactSelector
public static function maritalStatus($current = "") public static function maritalStatus($current = "")
{ {
$o = ''; $o = '';
$select = [
'EMPTY' => '', 'EMPTY' => '',
'Single' => L10n::t('Single'), 'Single' => L10n::t('Single'),
'Lonely' => L10n::t('Lonely'), 'Lonely' => L10n::t('Lonely'),