Merge branch '0.9' into develop

This commit is contained in:
slawkens
2023-08-05 20:52:26 +02:00
3 changed files with 27 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ class OTS_ServerInfo
{
// loads respond XML
$info = new OTS_InfoRespond();
if(!$info->loadXML( utf8_encode($status->getBuffer())))
if(!$info->loadXML( $status->getBuffer()))
return false;
return $info;