mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Bug fix: do not overwrite the 'extensions' directory during the setup!
SVN:trunk[2309]
This commit is contained in:
@@ -964,9 +964,9 @@ EOF
|
||||
$oConfig->UpdateFromParams($aParamValues, null);
|
||||
$aDirsToScan = array($sSourceDir);
|
||||
|
||||
if (is_dir($sSourceDir.'/extensions'))
|
||||
if (is_dir(APPROOT.'extensions'))
|
||||
{
|
||||
$aDirsToScan[] = $sSourceDir.'/extensions';
|
||||
$aDirsToScan[] = APPROOT.'extensions';
|
||||
}
|
||||
if (is_dir($oWizard->GetParameter('copy_extensions_from')))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user