From b6e482c16a26e742533879f7723d71f206bc9032 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 7 Jul 2008 02:46:07 -0400 Subject: [PATCH] show replies darcs-hash:20080707064607-84dde-140a88c6e08831ec2852001e174c7f0bc891a85d.gz --- actions/replies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/replies.php b/actions/replies.php index 463d9e338c..ce12b4d9f8 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)); } }