2009/9/1 Gaurav Wasan <[email protected]>:
> I got some replies, but none of the suggestions solved my actual problem.

At the end of checkLogin() in actions/login.php, if you comment out a
few lines so it looks like this:

        // $url = common_get_returnto();

        // if ($url) {
            // We don't have to return to it again
            common_set_returnto(null);
        // } else {
            $url = common_local_url('all',
                                    array('nickname' =>
                                          $nickname));
        // }

        common_redirect($url, 303);

it should work (I haven't tested this though).

HTH,
Jeff
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to