mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix uninitialized variable
This commit is contained in:
parent
47cb8ca4ff
commit
df3e6b157a
1 changed files with 1 additions and 0 deletions
|
|
@ -342,6 +342,7 @@ class autoinstallAdminView extends autoinstall
|
|||
$buff = FileHandler::getRemoteResource($config->download_server, $body, 3, "POST", "application/xml", array(), array(), array(), $request_config);
|
||||
$xml_lUpdate = new XeXmlParser();
|
||||
$xmlDoc = $xml_lUpdate->parse($buff);
|
||||
$item_list = array();
|
||||
$res = array();
|
||||
if($xmlDoc && $xmlDoc->response->packagelist->item)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue