mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
Bug fix: prevent a crash of the setup when there is no "extensions" directory at all.
SVN:trunk[4843]
This commit is contained in:
@@ -1181,7 +1181,7 @@ EOF
|
||||
}
|
||||
if (is_dir(APPROOT.'data'))
|
||||
{
|
||||
$aDirsToScan[] = APPROOT.'extensions';
|
||||
$aDirsToScan[] = APPROOT.'data';
|
||||
}
|
||||
if (is_dir($oWizard->GetParameter('copy_extensions_from')))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user