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 /lib/util.php | |
parent | aeaf75138cf8be42d2e3935b708e1d24a97bd0a0 (diff) |
change references from subscribed to subscribers
darcs-hash:20080618171622-84dde-abe0986279b106ff651913d759828d6d945adf0f.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index a0c1b5fcb..f34a10c5b 100644 --- a/lib/util.php +++ b/lib/util.php @@ -557,7 +557,7 @@ function common_fancy_url($action, $args=NULL) { case 'foaf': return common_path($args['nickname'].'/'.$action); case 'subscriptions': - case 'subscribed': + case 'subscribers': case 'all': if ($args && $args['page']) { return common_path($args['nickname'].'/'.$action.'?page=' . $args['page']); |