mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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
|
|
@ -173,8 +173,7 @@ class krzipModel extends krzip
|
|||
$request_config
|
||||
);
|
||||
|
||||
$oXmlParser = new XeXmlParser();
|
||||
$result = $oXmlParser->parse($buff);
|
||||
$result = Rhymix\Framework\Parsers\XEXMLParser::loadXMLString($buff);
|
||||
if($result->error)
|
||||
{
|
||||
$err_msg = trim($result->error->message->body);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue