summaryrefslogtreecommitdiffstats
path: root/core/controller
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-01-22 11:49:28 +0100
committerLukas Reschke <lukas@owncloud.com>2016-01-22 11:52:53 +0100
commita0b383c5e87a873d14ce7a3f16f3161ac2aeae5a (patch)
treea90ed42f945a4283ba1f88ef0897c7047c9418a5 /core/controller
parentbc62aa1ef564119d0a51c8140d0340c7d8dfa4d6 (diff)
downloadnextcloud-server-a0b383c5e87a873d14ce7a3f16f3161ac2aeae5a.tar.gz
nextcloud-server-a0b383c5e87a873d14ce7a3f16f3161ac2aeae5a.zip
Run on installer
Diffstat (limited to 'core/controller')
-rw-r--r--core/controller/setupcontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/controller/setupcontroller.php b/core/controller/setupcontroller.php
index 16646b97ae6..f25c6f39a0b 100644
--- a/core/controller/setupcontroller.php
+++ b/core/controller/setupcontroller.php
@@ -99,6 +99,7 @@ class SetupController {
if( file_exists( $this->autoConfigFile )) {
unlink($this->autoConfigFile);
}
+ \OC::$server->getIntegrityCodeChecker()->runInstanceVerification();
\OC_Util::redirectToDefaultPage();
}