mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
SetupController should use \OC::$configDir too
This commit is contained in:
parent
982bdb1823
commit
4d559267bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue