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)); } }