Fix typo in info log for autoconfig
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
25bb0918fd
commit
5cbe6532a0
|
@ -106,7 +106,7 @@ class SetupController {
|
|||
|
||||
public function loadAutoConfig($post) {
|
||||
if( file_exists($this->autoConfigFile)) {
|
||||
\OCP\Util::writeLog('core', 'Autoconfig file found, setting up ownCloud…', ILogger::INFO);
|
||||
\OCP\Util::writeLog('core', 'Autoconfig file found, setting up Nextcloud…', ILogger::INFO);
|
||||
$AUTOCONFIG = array();
|
||||
include $this->autoConfigFile;
|
||||
$post = array_merge ($post, $AUTOCONFIG);
|
||||
|
|
Loading…
Reference in New Issue