]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
go to profile instead of profile settings
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 06:18:33 +0000 (02:18 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 06:18:33 +0000 (02:18 -0400)
darcs-hash:20080618061833-84dde-e77ea989a6caaf1d6722d6e82c1bcd04da44f486.gz

actions/finishopenidlogin.php

index 80663f4c95c442de04694c1c00a03c5ada2336a6..825f1d959dc27700170bddb6fbde33ec437f7ddb 100644 (file)
@@ -279,7 +279,7 @@ class FinishopenidloginAction extends Action {
                }
                
                common_set_user($user->nickname);
-               common_redirect(common_local_url('profilesettings'));
+               common_redirect(common_local_url('showstream', array('nickname' => $user->nickname));
        }
        
        function connect_user() {