diff --git a/chr.module b/chr.module
old mode 100644
new mode 100755
index b4b912e..9aff49d
--- a/chr.module
+++ b/chr.module
@@ -423,7 +423,9 @@ function _chr_curl_request_type_option(&$options, &$ch) {
       // @todo
     break;
     case 'PATCH':
-      // @todo
+      curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'PATCH'); 
+      curl_setopt($ch, CURLOPT_POSTFIELDS, $options['data']);     
+      $valid_method = TRUE;
     break;
     case 'POST':
       // Assign the data to the proper cURL option
