Silent error

pull/2487/head
Julio 7 years ago
parent 4bb526947d
commit de82fe5005
  1. 2
      plugin/bbb/lib/bbb_api.php

@ -74,7 +74,7 @@ class BigBlueButtonBN {
curl_close( $ch );
if($data)
return (new SimpleXMLElement($data));
return (@new SimpleXMLElement($data));
else
return false;
}

Loading…
Cancel
Save