mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2013 Setup : fix crash on compilation if initial DB info were wrong
Use case : - having in the iTop config file wrong DB parameters (unreachable server for example) - launch the setup in update mode - fix the DB config in the wizard The PR #351 solved the errors that were happening in the following steps. But we still had an error during compilation, caused by the maintenance mode activation.
This commit is contained in:
@@ -2473,6 +2473,8 @@ class Config
|
||||
* @param string|null $sModulesDir
|
||||
* @param bool $bPreserveModuleSettings
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @throws \Exception
|
||||
* @throws \CoreException
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user