From 78ac9df2a626fe1da4f9d864ca17ae19ee6d1c75 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 13:16:22 -0400 Subject: change references from subscribed to subscribers darcs-hash:20080618171622-84dde-abe0986279b106ff651913d759828d6d945adf0f.gz --- actions/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/showstream.php') 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'); -- cgit v1.2.3-54-g00ecf