Changeset 6650
- Timestamp:
- 12/20/07 21:27:52 (10 months ago)
- Files:
-
- branches/1.1/lib/response/sfWebResponse.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/response/sfWebResponse.class.php
r6490 r6650 466 466 $value = $this->getContentType(); 467 467 } 468 469 if (!$replace) 468 elseif (!$replace) 470 469 { 471 470 $current = isset($this->httpMetas[$key]) ? $this->httpMetas[$key] : '';