From 1a9f8eacc4bc2b7a67894018b63fc7b0864d760a Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 20 Dec 2010 14:21:12 -0800 Subject: [PATCH] missing key --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] . '
' : '');