@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace garethp\ews\Calendar; |
4 | 4 | |
5 | -use garethp\ews\API\Enumeration\DisposalType; |
|
6 | 5 | use garethp\ews\API\Type\CalendarItemType; |
7 | 6 | use garethp\ews\API\Type; |
8 | 7 | use garethp\ews\API; |
@@ -266,14 +266,14 @@ |
||
266 | 266 | $this->server = $server; |
267 | 267 | $this->version = $options['version']; |
268 | 268 | |
269 | - $backup = libxml_disable_entity_loader(false); |
|
269 | + $backup = libxml_disable_entity_loader(false); |
|
270 | 270 | $this->soap = new NTLMSoapClient( |
271 | 271 | $location, |
272 | 272 | $auth, |
273 | 273 | dirname(__FILE__) . '/../../Resources/wsdl/services.wsdl', |
274 | 274 | $options |
275 | 275 | ); |
276 | - libxml_disable_entity_loader($backup); |
|
276 | + libxml_disable_entity_loader($backup); |
|
277 | 277 | |
278 | 278 | if (isset($options['primarySmtpEmailAddress'])) { |
279 | 279 | $this->setPrimarySmtpEmailAddress($options['primarySmtpEmailAddress']); |