mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
⚡ setup module browsing perf improvement
When a module descriptor file is found, do not dig anymore in subdirectories 2nd fix, should be better than previous one (4042a12dreverted with5ebc290b)
This commit is contained in:
@@ -345,6 +345,10 @@ class iTopExtensionsMap
|
||||
$oExtension->bVisible = $bVisible;
|
||||
$this->AddExtension($oExtension);
|
||||
}
|
||||
|
||||
closedir($hDir);
|
||||
|
||||
return true; // we found a module, no more digging necessary !
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user