Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ef8f7b9f
authored
2023-11-29 12:38:01 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix to azure plugin causing upload deletes to die
1 parent
a6ba1089
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
wp-content/plugins/azure-active-directory/api/AuthorizationHelperForGraph.php
wp-content/plugins/azure-active-directory/api/GraphServiceAccessHelper.php
wp-content/plugins/azure-active-directory/api/AuthorizationHelperForGraph.php
View file @
ef8f7b9
...
...
@@ -54,4 +54,4 @@ class AuthorizationHelperForAADGraphService
}
}
?>
?>
\ No newline at end of file
...
...
wp-content/plugins/azure-active-directory/api/GraphServiceAccessHelper.php
View file @
ef8f7b9
...
...
@@ -359,5 +359,4 @@
curl_setopt
(
$ch
,
CURLOPT_SSL_VERIFYPEER
,
false
);
}
}
?>
?>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment