mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
N°4207 N°4298 Fix data/.maintenance flag not removed by setup anymore
Was already fixed in the develop branch (cherry picked from commitd0986c048a) (cherry picked from commit9126635cf2)
This commit is contained in:
@@ -2665,6 +2665,9 @@ class WizStepDone extends WizardStep
|
||||
$oPage->add('<img style="border:0" src="'.$sImgUrl.'"/>');
|
||||
$sForm = addslashes($sForm);
|
||||
$oPage->add_ready_script("$('#wiz_form').after('$sForm');");
|
||||
// avoid leaving in a dirty state
|
||||
SetupUtils::ExitMaintenanceMode(false);
|
||||
SetupUtils::ExitReadOnlyMode(false);
|
||||
SetupUtils::EraseSetupToken();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user