Changeset 11166
- Timestamp:
- 08/26/08 22:18:00 (10 months ago)
- Files:
-
- branches/1.1/lib/request/sfWebRequest.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/request/sfWebRequest.class.php
r9960 r11166 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]));

