mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Remove references to old XeXmlParser in most modules
This commit is contained in:
parent
a3d682a294
commit
170e183f8f
5 changed files with 22 additions and 35 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue