mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-57704-master' of https://github.com/xow/moodle
This commit is contained in:
commit
4270ebea38
2 changed files with 7 additions and 2 deletions
|
@ -30,7 +30,13 @@ unzip 3.0.3.zip
|
||||||
3) Move the source code directory into place
|
3) Move the source code directory into place
|
||||||
mv LTI-Tool-Provider-Library-PHP-3.0.3/* lib/ltiprovider/
|
mv LTI-Tool-Provider-Library-PHP-3.0.3/* lib/ltiprovider/
|
||||||
|
|
||||||
4) Run unit tests on enrol_lti_testsuite
|
4) Updates
|
||||||
|
Check that the following pull request is included in the release.
|
||||||
|
Then remove this step from this file.
|
||||||
|
https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/pull/13
|
||||||
|
If not, apply manually.
|
||||||
|
|
||||||
|
5) Run unit tests on enrol_lti_testsuite
|
||||||
|
|
||||||
Upgrading Notes
|
Upgrading Notes
|
||||||
---------------
|
---------------
|
||||||
|
|
|
@ -132,7 +132,6 @@ class HTTPMessage
|
||||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
curl_setopt($ch, CURLINFO_HEADER_OUT, true);
|
curl_setopt($ch, CURLINFO_HEADER_OUT, true);
|
||||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||||
curl_setopt($ch, CURLOPT_SSLVERSION,3);
|
|
||||||
$chResp = curl_exec($ch);
|
$chResp = curl_exec($ch);
|
||||||
$this->ok = $chResp !== false;
|
$this->ok = $chResp !== false;
|
||||||
if ($this->ok) {
|
if ($this->ok) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue