mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Merge pull request #1994 from Waterticket/autoinstall_fix
autoinstall 모듈에서 count(null) 에러 수정
This commit is contained in:
commit
1fac0a17fe
1 changed files with 1 additions and 1 deletions
|
|
@ -342,10 +342,10 @@ 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);
|
||||
$res = array();
|
||||
if($xmlDoc && $xmlDoc->response->packagelist->item)
|
||||
{
|
||||
$item_list = $this->rearranges($xmlDoc->response->packagelist->item, $package_list);
|
||||
$res = array();
|
||||
foreach($package_list as $package_srl => $package)
|
||||
{
|
||||
if($item_list[$package_srl])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue