Remove references to old XeXmlParser in most modules

This commit is contained in:
Kijin Sung 2025-05-18 21:59:37 +09:00
parent a3d682a294
commit 170e183f8f
5 changed files with 22 additions and 35 deletions

View file

@ -185,8 +185,7 @@ class Dashboard extends Base
$params["act"] = "getResourceapiLastupdate";
$body = \XmlGenerater::generate($params);
$buff = FileHandler::getRemoteResource($config->download_server, $body, 3, "POST", "application/xml");
$xml_lUpdate = new \XeXmlParser();
$lUpdateDoc = $xml_lUpdate->parse($buff);
$lUpdateDoc = \Rhymix\Framework\Parsers\XEXMLParser::loadXMLString($buff);
$updateDate = $lUpdateDoc->response->updatedate->body;
if(!$updateDate)