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

simplifying Session::get($key) #748

Merged
merged 2 commits into from
Nov 29, 2015
Merged

simplifying Session::get($key) #748

merged 2 commits into from
Nov 29, 2015

Conversation

geozak
Copy link
Contributor

@geozak geozak commented Nov 13, 2015

This is a change to the get method to make it simpler.
Inside the Filter::XSSFilter method the input is already checked for is_string and it return the value whether or not it attempts to filter.

This is a change to the get method to make it simpler.
Inside the Filter::XSSFilter method the input is already checked for is_string and it return the value whether or not it attempts to filter.
The change is to make the simplification done also fix issue 746
panique#746
@geozak
Copy link
Contributor Author

geozak commented Nov 13, 2015

11/13/15 add fix for issue 746 to the simplification that was done.
#746

@panique
Copy link
Owner

panique commented Nov 29, 2015

Excellent, thanks a lot!

panique added a commit that referenced this pull request Nov 29, 2015
simplifying Session::get($key)
@panique panique merged commit 221cb7c into panique:master Nov 29, 2015
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

2 participants