mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Bug fix: do NOT scan the whole "data" directory searching for extensions !!
SVN:trunk[4845]
This commit is contained in:
@@ -1179,10 +1179,6 @@ EOF
|
||||
{
|
||||
$aDirsToScan[] = APPROOT.'extensions';
|
||||
}
|
||||
if (is_dir(APPROOT.'data'))
|
||||
{
|
||||
$aDirsToScan[] = APPROOT.'data';
|
||||
}
|
||||
if (is_dir($oWizard->GetParameter('copy_extensions_from')))
|
||||
{
|
||||
$aDirsToScan[] = $oWizard->GetParameter('copy_extensions_from');
|
||||
|
||||
Reference in New Issue
Block a user