Development

Changeset 6649

You must first sign up to be able to contribute.

Changeset 6649

Show
Ignore:
Timestamp:
12/20/07 21:27:12 (1 year 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.0/lib/response/sfWebResponse.class.php

    r3250 r6649  
    434434      $value = $this->getContentType(); 
    435435    } 
    436  
    437     if (!$replace) 
     436    else if (!$replace) 
    438437    { 
    439438      $current = $this->getParameter($key, '', 'helper/asset/auto/httpmeta');