From: Evan Prodromou Date: Mon, 7 Jul 2008 06:46:07 +0000 (-0400) Subject: show replies X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6e482c16a26e742533879f7723d71f206bc9032;p=quix0rs-gnu-social.git show replies darcs-hash:20080707064607-84dde-140a88c6e08831ec2852001e174c7f0bc891a85d.gz --- 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)); } }