aboutsummaryrefslogtreecommitdiffstats
path: root/mod/nogroup.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-20 14:17:23 -0800
committerfriendica <info@friendica.com>2013-02-20 14:17:23 -0800
commit92f94a0fdc87088a8ce40b652f396bbac4801a42 (patch)
treeb470d26214ec50a9ac5b7441d695f281b3d5c9c0 /mod/nogroup.php
parent9016b5c67aec817168b1b1b37f1c04690c49264a (diff)
downloadvolse-hubzilla-92f94a0fdc87088a8ce40b652f396bbac4801a42.tar.gz
volse-hubzilla-92f94a0fdc87088a8ce40b652f396bbac4801a42.tar.bz2
volse-hubzilla-92f94a0fdc87088a8ce40b652f396bbac4801a42.zip
contact_template is called from multiple places with different params
Diffstat (limited to 'mod/nogroup.php')
-rw-r--r--mod/nogroup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/nogroup.php b/mod/nogroup.php
index bd1ec82ed..31ccaadbf 100644
--- a/mod/nogroup.php
+++ b/mod/nogroup.php
@@ -48,7 +48,7 @@ function nogroup_content(&$a) {
'username' => $rr['name'],
'sparkle' => $sparkle,
'itemurl' => $rr['url'],
- 'url' => $url,
+ 'link' => $url,
'network' => network_to_name($rr['network']),
);
}