ef8f7b9f by Jeremy Groot

fix to azure plugin causing upload deletes to die

1 parent a6ba1089
...@@ -54,4 +54,4 @@ class AuthorizationHelperForAADGraphService ...@@ -54,4 +54,4 @@ class AuthorizationHelperForAADGraphService
54 } 54 }
55 } 55 }
56 56
57 ?> 57 ?>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -359,5 +359,4 @@ ...@@ -359,5 +359,4 @@
359 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 359 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
360 } 360 }
361 } 361 }
362 ?> 362 ?>
363
...\ No newline at end of file ...\ No newline at end of file
......