mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
fix folder not existing (ie production-modules)
This commit is contained in:
@@ -47,6 +47,10 @@ class ModulesDependencyValidationService {
|
||||
|
||||
protected static function ListModuleFiles(string $sDirectory) : array
|
||||
{
|
||||
if (! is_dir($sDirectory)){
|
||||
return [];
|
||||
}
|
||||
|
||||
$aModules=[];
|
||||
if ($hDir = opendir($sDirectory))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user