From: Friendika Date: Mon, 20 Dec 2010 22:21:12 +0000 (-0800) Subject: missing key X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a9f8eacc4bc2b7a67894018b63fc7b0864d760a;p=friendica.git missing key --- diff --git a/boot.php b/boot.php index 9f6f88d689..39bd34696f 100644 --- a/boot.php +++ b/boot.php @@ -1924,7 +1924,7 @@ function profile_sidebar($profile) { $gender = ((x($profile,'gender') == 1) ? '
' . t('Gender:') . ' ' . $profile['gender'] . '
' : ''); - $pubkey = ((x($profile,'key') == 1) ? '' : ''); + $pubkey = ((x($profile,'pubkey') == 1) ? '' : ''); $marital = ((x($profile,'marital') == 1) ? '
' . t('Status:') . ' ' . $profile['marital'] . '
' : '');