From: Unknown Date: Wed, 26 Sep 2018 11:13:09 +0000 (+0200) Subject: Why got this even approved? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c44ca31aeca8040bf30c3ba53e1555b389ac1493;p=friendica.git Why got this even approved? --- diff --git a/src/Content/ContactSelector.php b/src/Content/ContactSelector.php index f9bf6d3710..86dd6f002d 100644 --- a/src/Content/ContactSelector.php +++ b/src/Content/ContactSelector.php @@ -219,6 +219,7 @@ class ContactSelector public static function maritalStatus($current = "") { $o = ''; + $select = [ 'EMPTY' => '', 'Single' => L10n::t('Single'), 'Lonely' => L10n::t('Lonely'),