summaryrefslogtreecommitdiffstats
path: root/core/Controller/SetupController.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/SetupController.php')
-rw-r--r--core/Controller/SetupController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php
index fc1efe4c11b..bb7c8c4969d 100644
--- a/core/Controller/SetupController.php
+++ b/core/Controller/SetupController.php
@@ -40,7 +40,7 @@ class SetupController {
* @param Setup $setupHelper
*/
function __construct(Setup $setupHelper) {
- $this->autoConfigFile = \OC::$SERVERROOT.'/config/autoconfig.php';
+ $this->autoConfigFile = \OC::$configDir.'autoconfig.php';
$this->setupHelper = $setupHelper;
}