]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
show replies
authorEvan Prodromou <evan@prodromou.name>
Mon, 7 Jul 2008 06:46:07 +0000 (02:46 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 7 Jul 2008 06:46:07 +0000 (02:46 -0400)
darcs-hash:20080707064607-84dde-140a88c6e08831ec2852001e174c7f0bc891a85d.gz

actions/replies.php

index 463d9e338c60009229c7049e40c19e666c3cb922..ce12b4d9f8ce2ebc198d4519edefa5d49f83a3b9 100644 (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));
        }
 }