Changeset 11163
- Timestamp:
- 08/26/08 21:53:35 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/lib/request/sfWebRequest.class.php
r10073 r11163 996 996 997 997 // skip if no acceptable content types or browsers 998 if (isset($acceptableContentTypes[0]) && 'text/xml' != $acceptableContentTypes[0])998 if (isset($acceptableContentTypes[0]) && ('text/xml' != $acceptableContentTypes[0] && 'application/xml' != $acceptableContentTypes[0])) 999 999 { 1000 1000 $this->setRequestFormat($this->getFormat($acceptableContentTypes[0]));

