On Monday, February 7, 2011 6:27:04 PM UTC+1, Fabien Potencier wrote: > > Looks good but you should also probably add this: > > $this->content = $content; > $this->languages = null; > $this->charsets = null; > $this->acceptableContentTypes = null; > $this->pathInfo = null; > $this->requestUri = null; > $this->baseUrl = null; > $this->basePath = null; > $this->method = null; > $this->format = null; > > Can you send me a pull request? >
Done, https://github.com/fabpot/symfony/pull/622 Regards, Sven -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
