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