fix: Типы

This commit is contained in:
origami11@yandex.ru 2024-03-12 12:43:14 +03:00
parent 6ae14fd5f0
commit 56e1f5b02f
2 changed files with 5 additions and 5 deletions

View file

@ -286,7 +286,7 @@ class Component
);
$component->COMPONENTS_WEB = $config->get('system', 'components.web');
} else {
$component->webPath = array('', $config->get('site', 'components.web') . '/' . $name, '');
$component->webPath = array('', $config->get('site', 'components.web') . '/' . $name, '', '');
}
}