fix При установке модуля неправильно записывались настройки
This commit is contained in:
parent
ab13ebd289
commit
36b7d93a98
2 changed files with 10 additions and 10 deletions
|
|
@ -82,7 +82,7 @@ class Action
|
|||
|
||||
public function installPath($name)
|
||||
{
|
||||
$basePath = $this->config->get('site', 'path');
|
||||
$basePath = $this->config->get('system', 'path');
|
||||
return Path::join($basePath, "modules", $name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue