summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
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');