diff --git a/main/lp/openoffice_document.class.php b/main/lp/openoffice_document.class.php index 65084d387f..f5c9eb96cb 100755 --- a/main/lp/openoffice_document.class.php +++ b/main/lp/openoffice_document.class.php @@ -205,6 +205,7 @@ abstract class OpenofficeDocument extends learnpath 'trace' => 1, 'exception' => 1, 'cache_wsdl' => WSDL_CACHE_NONE, + 'keep_alive' => false, ); $client = new SoapClient(null, $options); $result = '';