<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -469,6 +469,11 @@ class OAuthRequest {
         $out[$key] = $value;
       }
     }
+
+    if(!isset($out['Content-Type'])) {
+      $out['Content-Type'] = @$_SERVER['CONTENT_TYPE'];
+    }
+
     return $out;
   }
 }</diff>
      <filename>lib/OAuth.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0cea94b737ec9f0703b765135d9e6fda379c3b4f</id>
    </parent>
  </parents>
  <author>
    <name>Chirag Shah</name>
    <email>chiragshah1@gmail.com</email>
  </author>
  <url>http://github.com/chirags/yos-social-php/commit/7f4a89cbe42e627ce3600f755820e53bc09634df</url>
  <id>7f4a89cbe42e627ce3600f755820e53bc09634df</id>
  <committed-date>2009-09-30T15:32:18-07:00</committed-date>
  <authored-date>2009-09-30T15:32:18-07:00</authored-date>
  <message>Include the Content-Type header in OAuthUtil::get_headers() for people who don't have apache_request_headers available to them.</message>
  <tree>d183bddc07dd8fe800f248726bca0093d2df9d97</tree>
  <committer>
    <name>Chirag Shah</name>
    <email>chiragshah1@gmail.com</email>
  </committer>
</commit>
