Minor: Remove deprecated code

pull/4414/head
Yannick Warnier 3 years ago committed by GitHub
parent 3dfa423824
commit d825fb8fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      main/lp/openoffice_document.class.php

@ -333,11 +333,8 @@ abstract class OpenofficeDocument extends learnpath
// the following issue:
// SoapClient::__doRequest(): SSL: Connection reset by peer
}
//$client = new \nusoap_client(null, $options);
$client = new SoapClient(null, $options);
$result = '';
$file_data = base64_encode(file_get_contents($file['tmp_name']));
$file_name = $file['name'];
if (empty($size)) {

Loading…
Cancel
Save