We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522f2bd commit f4cb85fCopy full SHA for f4cb85f
install/lib/installer_base.lib.php
@@ -190,6 +190,7 @@ public function find_installed_apps() {
190
191
public function force_configure_app($service, $enable_force=true) {
192
$force = false;
193
+ if(AUTOINSTALL == true) return false;
194
if($enable_force == true) {
195
swriteln("[WARN] autodetect for $service failed");
196
} else {
0 commit comments