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

RequestHandler::handleAction() declared incorrectly #1209

Closed
wants to merge 1 commit into from
Closed

RequestHandler::handleAction() declared incorrectly #1209

wants to merge 1 commit into from

Conversation

halkyon
Copy link
Contributor

@halkyon halkyon commented Feb 19, 2013

Controller::handleAction() is declared as public, as well as a lot
of other places in the framework. RequestHandler::handleAction()
is declared as protected which isn't correct.

Controller::handleAction() is declared as public, as well as a lot
of other places in the framework. RequestHandler::handleAction()
is declared as protected which isn't correct.
@hafriedlander
Copy link
Contributor

Other way around I think, handleAction should be protected everywhere now - or is there somewhere it's called from? I'll have a look.

@hafriedlander
Copy link
Contributor

Just had a look. Controller#handleAction should be protected too. Closing for now.

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