mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
의존성 자료가 없는 상태에서 직접 쓰기 방식 쉬운설치 오류 수정
의존성 자료가 없는 상태에서 직접 쓰기 방식으로 쉬운설치 사용시 배열이 초기화되지 않아 오류가 발생하는 문제를 수정합니다.
This commit is contained in:
parent
aa165a073b
commit
1606f9b42a
1 changed files with 5 additions and 0 deletions
|
|
@ -371,6 +371,11 @@ class autoinstallAdminModel extends autoinstall
|
|||
$directModuleInstall = FALSE;
|
||||
$arrUnwritableDir[] = $output->get('path');
|
||||
}
|
||||
|
||||
if(!is_array($package->depends))
|
||||
{
|
||||
$package->depends = array();
|
||||
}
|
||||
|
||||
foreach($package->depends as $dep)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue