]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Use the $user object nickname, as login name doesnt have to == nickname anymore with...
authorEric Helgeson <erichelgeson@gmail.com>
Thu, 19 Nov 2009 20:00:28 +0000 (15:00 -0500)
committerEric Helgeson <erichelgeson@gmail.com>
Thu, 19 Nov 2009 20:00:28 +0000 (15:00 -0500)
actions/login.php

index 63955e3f59fa8cc9a360979f5353706f81c60ff2..cee29fd09e2e698f60339686ecdb35ea98ff68f3 100644 (file)
@@ -164,7 +164,7 @@ class LoginAction extends Action
         } else {
             $url = common_local_url('all',
                                     array('nickname' =>
-                                          $nickname));
+                                          $user->nickname));
         }
 
         common_redirect($url, 303);