mirror of
https://github.com/Combodo/iTop.git
synced 2026-07-31 10:58:19 +02:00
N°9118 - No Safeguard when hub installation fail
This commit is contained in:
@@ -49,7 +49,7 @@ class UnitTestRunTimeEnvironment extends RunTimeEnvironment
|
||||
*/
|
||||
protected $aAdditionExtensionFoldersByCode = null;
|
||||
|
||||
public function CompileFrom($sSourceEnv, $bUseSymLinks = null)
|
||||
public function CompileFrom($sSourceEnv, $bUseSymLinks = null, $aAddedExtensions = [])
|
||||
{
|
||||
$sDestModulesDir = APPROOT.'data/'.$this->sBuildEnv.'-modules/';
|
||||
if (is_dir($sDestModulesDir)) {
|
||||
|
||||
Reference in New Issue
Block a user