Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Calling JResponse::setHeader with $replace = false more than once with th #355

Merged
merged 1 commit into from Sep 11, 2011
Merged

Calling JResponse::setHeader with $replace = false more than once with th #355

merged 1 commit into from Sep 11, 2011

Conversation

chrisdavenport
Copy link
Contributor

Calling JResponse::setHeader with $replace = false more than once with the same name correctly adds multiple entries to the self::$headers array. But JResponse::sendHeaders would then always replace earlier headers of the same name because the 2nd argument to the PHP header function defaults to true, not false.

…h the same name correctly adds multiple entries to the self::$headers array. But JResponse::sendHeaders would then always replace earlier headers of the same name because the 2nd argument to the PHP header function defaults to true, not false.
LouisLandry added a commit that referenced this pull request Sep 11, 2011
Calling JResponse::setHeader with $replace = false more than once with th
@LouisLandry LouisLandry merged commit cdf93e0 into joomla:staging Sep 11, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants