N°2249 - Supportability - Updater module (split ajax calls)

This commit is contained in:
Eric
2020-01-15 15:48:54 +01:00
parent 956b597e50
commit 5be800cfce
5 changed files with 121 additions and 11 deletions

View File

@@ -1065,6 +1065,14 @@ class RunTimeEnvironment
}
}
}
public function Rollback()
{
if ($this->sFinalEnv != $this->sTargetEnv)
{
SetupUtils::tidydir($this->sTargetEnv);
}
}
/**
* Call the given handler method for all selected modules having an installation handler