SetupController should use \OC::$configDir too
This commit is contained in:
parent
982bdb1823
commit
4d559267bd
|
@ -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 New Issue