lost the nickname changing from profile to user

darcs-hash:20080722173613-84dde-f074a753a46f36e4e174ea85b66c472d436efd62.gz
This commit is contained in:
Evan Prodromou 2008-07-22 13:36:13 -04:00
parent 471e4056f4
commit e304f42b47
1 changed files with 1 additions and 1 deletions

View File

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