From e304f42b4793e03f152a1fd591fb222a9c8cc984 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 22 Jul 2008 13:36:13 -0400 Subject: [PATCH] lost the nickname changing from profile to user darcs-hash:20080722173613-84dde-f074a753a46f36e4e174ea85b66c472d436efd62.gz --- actions/all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/all.php b/actions/all.php index ca592a4eb0..bd5b9f01e5 100644 --- a/actions/all.php +++ b/actions/all.php @@ -96,6 +96,6 @@ class AllAction extends StreamAction { common_element_end('ul'); common_pagination($page > 1, $cnt > NOTICES_PER_PAGE, - $page, 'all', array('nickname' => $profile->nickname)); + $page, 'all', array('nickname' => $user->nickname)); } }