8000 small fix of #5984 when the container param is not set by Tobion · Pull Request #6071 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

small fix of #5984 when the container param is not set #6071

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

Merged
merged 1 commit into from
Nov 24, 2012

Conversation

Tobion
Copy link
Contributor
@Tobion Tobion commented Nov 19, 2012

this can happen when the config for the router is unset, but this method does not need to depend on routing. reading an unset config would raise an exception.

@Tobion
Copy link
Contributor Author
Tobion commented Nov 19, 2012

Ops, I guess it's wrong. Travis will probably confirm this in a moment.
I will correct that.

@flojon
Copy link
Contributor
flojon commented Nov 20, 2012

Yeah you changed the logic...

this can happen when the config for the router is unset, but this method
does not need to depend on routing. reading an unset config would raise an exception.
@Tobion
Copy link
Contributor Author
Tobion commented Nov 21, 2012

ok it's fixed.

$httpsPort = $this->container->getParameter('request_listener.https_port');
}
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra semicolon here... Otherwise looks good!

fabpot added a commit that referenced this pull request Nov 24, 2012
This PR was merged into the 2.0 branch.

Commits
-------

29bfa13 small fix of #5984 when the container param is not set

Discussion
----------

small fix of #5984 when the container param is not set

 this can happen when the config for the router is unset, but this method does not need to depend on routing. reading an unset config would raise an exception.

---------------------------------------------------------------------------

by Tobion at 2012-11-19T20:44:31Z

Ops, I guess it's wrong. Travis will probably confirm this in a moment.
I will correct that.

---------------------------------------------------------------------------

by flojon at 2012-11-20T22:40:07Z

Yeah you changed the logic...

---------------------------------------------------------------------------

by Tobion at 2012-11-21T14:42:48Z

ok it's fixed.
@fabpot fabpot merged commit 29bfa13 into symfony:2.0 Nov 24, 2012
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.

3 participants
0