]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lost the nickname changing from profile to user
authorEvan Prodromou <evan@prodromou.name>
Tue, 22 Jul 2008 17:36:13 +0000 (13:36 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 22 Jul 2008 17:36:13 +0000 (13:36 -0400)
darcs-hash:20080722173613-84dde-f074a753a46f36e4e174ea85b66c472d436efd62.gz

actions/all.php

index ca592a4eb016309bf363906af96e177d4bed8ebe..bd5b9f01e5f5dce8f642ea28300ee47d6d6734a1 100644 (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));
        }
 }