В файле установки добавлен параметр указывающий на папку с файлами

This commit is contained in:
origami11@yandex.ru 2024-05-17 16:36:22 +03:00
parent 85b957c8af
commit 5aff28d2b8

View file

@ -44,8 +44,7 @@ class Setup
$this->target = ''; $this->target = '';
$this->source = ''; $this->source = '';
$this->zip = new FakeZipArchive(); $this->zip = new FakeZipArchive();
$this->zip->open(strtr($file, array('.xml' => ''))); $this->zip->open(dirname($this->file) . '/' . $this->node->attributes()['dir']);
array_push($this->stack, $this->node); array_push($this->stack, $this->node);