MantisBT: master 8d464c02

Author Committer Branch Timestamp Parent
dhx dhx master 2011-01-07 04:49 master 644a1996
Affected Issues  0012641: content-type not valid for IE
Changeset

Fix 0012641: HTTP_ACCEPT is not a constant

Commit f081ed1f0171435e5a61880d46ca2e95a8c6b01e accidentally referenced
$_SERVER[HTTP_ACCEPT] where HTTP_ACCEPT is not a valid constant. It
should be $_SERVER['HTTP_ACCEPT'] instead (ie. the array key is a
string).

mod - core/http_api.php Diff File