From a6ed67d25f6398de84ce067df80567c432e73385 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 7 Nov 2010 03:46:14 -0800 Subject: [PATCH] contact list missing url param --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 925585d44a..d3050b0395 100644 --- a/boot.php +++ b/boot.php @@ -1420,7 +1420,7 @@ function contact_block() { $o .= '
' . $rr['name'] . '
' . "\r\n"; } $o .= '
'; - $o .= '
' . t('View Contacts') . '
'; + $o .= '
' . t('View Contacts') . '
'; } return $o;