В файле установки добавлен параметр указывающий на папку с файлами
This commit is contained in:
parent
85b957c8af
commit
5aff28d2b8
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ class Setup
|
|||
$this->target = '';
|
||||
$this->source = '';
|
||||
$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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue