From: Evan Prodromou Date: Tue, 22 Jul 2008 17:36:13 +0000 (-0400) Subject: lost the nickname changing from profile to user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e304f42b4793e03f152a1fd591fb222a9c8cc984;p=quix0rs-gnu-social.git lost the nickname changing from profile to user darcs-hash:20080722173613-84dde-f074a753a46f36e4e174ea85b66c472d436efd62.gz --- 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)); } }