summaryrefslogtreecommitdiff
path: root/actions/replies.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-07 02:46:07 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-07 02:46:07 -0400
commitb6e482c16a26e742533879f7723d71f206bc9032 (patch)
tree347e19c1891e4dcd40e719b35fc7eb929cd996e6 /actions/replies.php
parent06a619e7bf5a60b2642764c4683a0c9bbe1fffc1 (diff)
show replies
darcs-hash:20080707064607-84dde-140a88c6e08831ec2852001e174c7f0bc891a85d.gz
Diffstat (limited to 'actions/replies.php')
-rw-r--r--actions/replies.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/replies.php b/actions/replies.php
index 463d9e338..ce12b4d9f 100644
--- a/actions/replies.php
+++ b/actions/replies.php
@@ -99,6 +99,6 @@ class RepliesAction extends StreamAction {
}
common_pagination($page > 1, $cnt > NOTICES_PER_PAGE,
- $page, 'all', array('nickname' => $profile->nickname));
+ $page, 'replies', array('nickname' => $profile->nickname));
}
}