mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge pull request #46 from xefork-YJSoft/develop
의존성 자료가 없는 상태에서 직접 쓰기 방식 쉬운설치 오류 수정
This commit is contained in:
commit
86bd1b531d
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