Development

Changeset 6650

You must first sign up to be able to contribute.

Changeset 6650

Show
Ignore:
Timestamp:
12/20/07 21:27:52 (10 months ago)
Author:
fabien
Message:

fixed value for 'Content-Type' HTTP meta header is repeated (closes #2557)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/response/sfWebResponse.class.php

    r6490 r6650  
    466466      $value = $this->getContentType(); 
    467467    } 
    468  
    469     if (!$replace) 
     468    elseif (!$replace) 
    470469    { 
    471470      $current = isset($this->httpMetas[$key]) ? $this->httpMetas[$key] : '';