aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-07 03:46:14 -0800
committerFriendika <info@friendika.com>2010-11-07 03:46:14 -0800
commita6ed67d25f6398de84ce067df80567c432e73385 (patch)
treebab0f2cae28a9014c891a5050e0ffb4eb634ab69 /boot.php
parentfbcb74099acfdcbc2e18a07504feb76d359ec3b4 (diff)
downloadvolse-hubzilla-a6ed67d25f6398de84ce067df80567c432e73385.tar.gz
volse-hubzilla-a6ed67d25f6398de84ce067df80567c432e73385.tar.bz2
volse-hubzilla-a6ed67d25f6398de84ce067df80567c432e73385.zip
contact list missing url param
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 925585d44..d3050b039 100644
--- a/boot.php
+++ b/boot.php
@@ -1420,7 +1420,7 @@ function contact_block() {
$o .= '<div class="contact-block-div"><a class="contact-block-link' . $sparkle . '" href="' . $url . '" ><img class="contact-block-img' . $sparkle . '" src="' . $rr['micro'] . '" title="' . $rr['name'] . ' [' . $rr['url'] . ']" alt="' . $rr['name'] . '" /></a></div>' . "\r\n";
}
$o .= '</div><div id="contact-block-end"></div>';
- $o .= '<div id="viewcontacts"><a id="viewcontacts-link" href="viewcontacts/' . $profile['nickname'] . '">' . t('View Contacts') . '</a></div>';
+ $o .= '<div id="viewcontacts"><a id="viewcontacts-link" href="viewcontacts/' . $a->profile['nickname'] . '">' . t('View Contacts') . '</a></div>';
}
return $o;