Changeset 6649
- Timestamp:
- 12/20/07 21:27:12 (1 year ago)
- Files:
-
- branches/1.0/lib/response/sfWebResponse.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/response/sfWebResponse.class.php
r3250 r6649 434 434 $value = $this->getContentType(); 435 435 } 436 437 if (!$replace) 436 else if (!$replace) 438 437 { 439 438 $current = $this->getParameter($key, '', 'helper/asset/auto/httpmeta');