File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ public function Display(WebPage $oPage)
9090 return ;
9191 }
9292
93+ if ($ this ->oWizard ->GetParameter ('force-uninstall ' , false )) {
94+ SetupLog::Warning ("User disabled uninstallation checks " );
95+ }
9396 $ aExtensionsRemoved = json_decode ($ this ->oWizard ->GetParameter ('removed_extensions ' ), true ) ?? [];
9497 $ aExtensionsNotUninstallable = json_decode ($ this ->oWizard ->GetParameter ('extensions_not_uninstallable ' ));
9598 $ aExtensionsForceUninstalled = [];
@@ -99,7 +102,7 @@ public function Display(WebPage $oPage)
99102 }
100103 }
101104 if (count ($ aExtensionsForceUninstalled )) {
102- SetupLog::Info ("Extensions uninstalled forcefully : " .implode (', ' , $ aExtensionsForceUninstalled ));
105+ SetupLog::Warning ("Extensions uninstalled forcefully : " .implode (', ' , $ aExtensionsForceUninstalled ));
103106 }
104107
105108 $ oPage ->add_ready_script (<<<JS
You can’t perform that action at this time.
0 commit comments