fix channel_address

This commit is contained in:
Mario Vavti 2018-03-14 10:47:36 +01:00
parent 26b7a3aca0
commit f70413a031

View File

@ -47,7 +47,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'),
],