11 Feb
2006
11 Feb
'06
3:44 p.m.
On Sat, Feb 11, 2006 at 02:02:25PM +0000, Ainsley Pereira wrote:
After a bit more investigation it seems that it was a browser issue. Konqueror 3.5.1 doesn't like it somehow, but with Firefox it works OK. (Except for there being an extra 'openid/' in the returned-to url, which I can fix by removing it from the header("Location: "... line in openid_return() ).
I'll try looking into the Konqueror problem myself.
Found it. In openid_email_form(), I changed: $form['#action'] = url(); to $form['#action'] = url('openid/get_email'); and it now works in Konqueror and elinks too. Hope that helps, Ainsley