Added directory "components" to the extension installation

This commit is contained in:
Paolo
2022-07-07 17:26:49 +02:00
parent 4e201f1002
commit 8ab83a0baa
+1 -1
View File
@@ -23,7 +23,7 @@ class ExtensionsLib
// Directories that are part of the extension archive
private $SOFTLINK_TARGET_DIRECTORIES = array(
APPPATH => array('config', 'controllers', 'helpers', 'hooks', 'libraries', 'models', 'views', 'widgets'),
APPPATH => array('config', 'components', 'controllers', 'helpers', 'hooks', 'libraries', 'models', 'views', 'widgets'),
DOC_ROOT => array('public')
);