aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-02-28 05:25:05 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-02-28 05:25:05 -0500
commit718c5ea23e642f8eb3fd91670e5b8faf705df55b (patch)
tree8d6792d5e06efae2b26ae0a70696cd6278d57a6c /mod/contacts.php
parentcf7e141055fe0028a56bfca64d8e0646c5470863 (diff)
parent53412dacd4cb52f0c1162af7ba66aa01f71147b3 (diff)
downloadvolse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.tar.gz
volse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.tar.bz2
volse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: update globaldir when page-type changes, add spam date field clicking contact on contacts page broken link * master:
Diffstat (limited to 'mod/contacts.php')
-rwxr-xr-xmod/contacts.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index ce352fe20..c99ac1452 100755
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -505,6 +505,7 @@ function contacts_content(&$a) {
'username' => $rr['name'],
'sparkle' => $sparkle,
'itemurl' => $rr['url'],
+ 'url' => $url,
'network' => network_to_name($rr['network']),
);
}