diff options
author | Friendika <info@friendika.com> | 2010-11-07 03:46:14 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-07 03:46:14 -0800 |
commit | a6ed67d25f6398de84ce067df80567c432e73385 (patch) | |
tree | bab0f2cae28a9014c891a5050e0ffb4eb634ab69 /boot.php | |
parent | fbcb74099acfdcbc2e18a07504feb76d359ec3b4 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |