diff options
Diffstat (limited to 'core/controller')
-rw-r--r-- | core/controller/setupcontroller.php | 1 |
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(); } |