From 3bd710d15322dca2f859382fdee5765b4aa309cb Mon Sep 17 00:00:00 2001 From: support Date: Tue, 30 Sep 2008 21:07:41 -0400 Subject: Fix replies tab pagination issue Problem: Before / After links in replies tab don't work. When clicked they show "No such user" error. How to reproduce: 1. Access http://identi.ca/evan/replies 2. Click on Before button darcs-hash:20081001010741-352e0-4cbf4afc0f12aa850c1cc7145324477157f24d98.gz --- actions/replies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/replies.php') diff --git a/actions/replies.php b/actions/replies.php index c49960370..f5bc2ce1a 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -96,6 +96,6 @@ class RepliesAction extends StreamAction { } common_pagination($page > 1, $cnt > NOTICES_PER_PAGE, - $page, 'replies', array('nickname' => $profile->nickname)); + $page, 'replies', array('nickname' => $user->nickname)); } } -- cgit v1.2.3-54-g00ecf