Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix oauth controller wrong session method call #1226

Merged
merged 1 commit into from Aug 19, 2017

Conversation

epoxa
Copy link
Contributor

@epoxa epoxa commented Aug 16, 2017

This rare error emerges when wrong oauth2state passed to AbstractOAuth2Controller:
Call to undefined method Symfony\Component\HttpFoundation\Session\Session::forget()
Obviously method "remove" meant. It works well after the correction inside my custom extension.

@tobyzerner tobyzerner merged commit cbe4464 into flarum:master Aug 19, 2017
@tobyzerner
Copy link
Contributor

Thanks @epoxa!

@franzliedke franzliedke added this to the v0.1.0-beta.8 milestone Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants