Closed GoogleCodeExporter closed 8 years ago
To fix this issue, extend line 147 in OAuthServer.php : $this->session->set('verify_oauth_callback', ($rs['callback_url'] ? $rs['callback_url'] : $this- >getParam('oauth_callback', true))); like this: $this->session->set('verify_oauth_callback', ($rs['callback_url'] && $rs['callback_url'] != 'oob' ? $rs['callback_url'] : $this->getParam('oauth_callback', true))); Thanks! André
Original issue reported on code.google.com by fiedler....@gmail.com on 8 May 2010 at 5:03
fiedler....@gmail.com
Fixed too, thanks again! I love your issues with patches :)
Original comment by brunobg%...@gtempaccount.com on 10 May 2010 at 1:10
brunobg%...@gtempaccount.com
Original issue reported on code.google.com by
fiedler....@gmail.com
on 8 May 2010 at 5:03