mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
deal with autoinstall path problem
This commit is contained in:
parent
a901ad5f16
commit
c3430d1c72
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class ModuleInstaller
|
|||
}
|
||||
else
|
||||
{
|
||||
$subpath = substr($this->package->path, 2);
|
||||
$subpath = trim(substr($this->package->path, 2), '/');
|
||||
$this->download_file = $this->temp_dir . $subpath . ".tar";
|
||||
$subpatharr = explode("/", $subpath);
|
||||
array_pop($subpatharr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue