diff options
author | friendica <info@friendica.com> | 2012-03-29 20:58:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-29 20:58:32 -0700 |
commit | bb8beb26b4d87c27ce4c8dce3e1229a27a2d1a7e (patch) | |
tree | 48ca85a83dc21214ec056dd21798e04bacfc7936 /mod | |
parent | cd47ba6ed1236b14c5da832b686eea0be926f65a (diff) | |
download | volse-hubzilla-bb8beb26b4d87c27ce4c8dce3e1229a27a2d1a7e.tar.gz volse-hubzilla-bb8beb26b4d87c27ce4c8dce3e1229a27a2d1a7e.tar.bz2 volse-hubzilla-bb8beb26b4d87c27ce4c8dce3e1229a27a2d1a7e.zip |
use zrl to get home again
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/viewcontacts.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/viewcontacts.php b/mod/viewcontacts.php index 6b66f60d7..e7d26b73e 100755 --- a/mod/viewcontacts.php +++ b/mod/viewcontacts.php @@ -54,6 +54,8 @@ function viewcontacts_content(&$a) { if($is_owner && ($rr['network'] === NETWORK_DFRN) && ($rr['rel'])) $url = 'redir/' . $rr['id']; + else + $url = zrl($url); $contacts[] = array( 'id' => $rr['id'], |