Skip to content
Snippets Groups Projects
Unverified Commit 58fd7895 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #14377 from nextcloud/fix/noid/typo

Fix typo in info log for autoconfig
parents ea6ba53c 5cbe6532
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment