show replies

darcs-hash:20080707064607-84dde-140a88c6e08831ec2852001e174c7f0bc891a85d.gz
This commit is contained in:
Evan Prodromou 2008-07-07 02:46:07 -04:00
parent 06a619e7bf
commit b6e482c16a
1 changed files with 1 additions and 1 deletions

View File

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