fix channel_address

This commit is contained in:
Mario Vavti 2018-03-14 10:47:36 +01:00
parent 33573edafa
commit 3003f85a3e

View File

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