aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-14 10:47:36 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-15 11:09:58 +0100
commit3003f85a3ec38c6c603a300add2ca85c72be9dad (patch)
treef2937f4a119481f67a23a882f9ea1064958e1dda /Zotlabs/Widget
parent33573edafa4ad2b8c3460f626dd5aed541b6f73b (diff)
downloadvolse-hubzilla-3003f85a3ec38c6c603a300add2ca85c72be9dad.tar.gz
volse-hubzilla-3003f85a3ec38c6c603a300add2ca85c72be9dad.tar.bz2
volse-hubzilla-3003f85a3ec38c6c603a300add2ca85c72be9dad.zip
fix channel_address
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Newmember.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Newmember.php b/Zotlabs/Widget/Newmember.php
index cdb70e23d..d12655499 100644
--- a/Zotlabs/Widget/Newmember.php
+++ b/Zotlabs/Widget/Newmember.php
@@ -46,7 +46,7 @@ class Newmember {
t('Communicate'),
[
- 'channel/' . $channel['channel_address'] => t('View your channel homepage'),
+ 'channel/' . $c['channel_address'] => t('View your channel homepage'),
'network' => t('View your network stream'),
],