Bug fix: prevent a crash of the setup when there is no "extensions" directory at all.

SVN:trunk[4843]
This commit is contained in:
Denis Flaven
2017-07-20 13:37:07 +00:00
parent 6f499dd36e
commit be4c1e2c1c

View File

@@ -1181,7 +1181,7 @@ EOF
}
if (is_dir(APPROOT.'data'))
{
$aDirsToScan[] = APPROOT.'extensions';
$aDirsToScan[] = APPROOT.'data';
}
if (is_dir($oWizard->GetParameter('copy_extensions_from')))
{