Line 57 of cmis_browser.content_get.inc

  drupal_add_http_header('Content-type: ', $object->properties['cmis:contentStreamMimeType']);

Should be

  drupal_add_http_header('Content-type', $object->properties['cmis:contentStreamMimeType']);

Comments

IanNorton’s picture

Status: Active » Reviewed & tested by the community
IanNorton’s picture

Fixed in 7.x-1.3 release

IanNorton’s picture

Status: Reviewed & tested by the community » Closed (fixed)
IanNorton’s picture

Issue summary: View changes

Didn't list file name of affected file.