diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 13:16:22 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 13:16:22 -0400 |
commit | 78ac9df2a626fe1da4f9d864ca17ae19ee6d1c75 (patch) | |
tree | ed58aa23dcd0e2943d87418a71ade125d3b176e3 /actions/showstream.php | |
parent | aeaf75138cf8be42d2e3935b708e1d24a97bd0a0 (diff) |
change references from subscribed to subscribers
darcs-hash:20080618171622-84dde-abe0986279b106ff651913d759828d6d945adf0f.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 49a44b274..f339e0898 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -289,7 +289,7 @@ class ShowstreamAction extends StreamAction { common_element_end('dt'); common_element('dd', 'subscriptions', $subs_count); common_element_start('dt', 'subscribers'); - common_element('a', array('href' => common_local_url('subscribed', + common_element('a', array('href' => common_local_url('subscribers', array('nickname' => $profile->nickname))), _t('Subscribers')); common_element_end('dt'); |