Skip to content

Commit

Permalink
Removed deprecated functions: utf8_encode & decode
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Aug 5, 2023
1 parent 41fa695 commit 757ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/libs/pot/OTS_ServerInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function status()
{
// loads respond XML
$info = new OTS_InfoRespond();
if(!$info->loadXML( utf8_encode($status->getBuffer())))
if(!$info->loadXML( $status->getBuffer()))
return false;

return $info;
Expand Down

0 comments on commit 757ec28

Please sign in to comment.