Skip to content
Snippets Groups Projects
Unverified Commit 5cbe6532 authored by Morris Jobke's avatar Morris Jobke
Browse files

Fix typo in info log for autoconfig


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 25bb0918
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