Development

Changeset 6650

You must first sign up to be able to contribute.

Changeset 6650

Show
Ignore:
Timestamp:
12/20/07 21:27:52 (2 years 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] : ''; 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.