Private GIT

Skip to content
Snippets Groups Projects
Commit c6d37a94 authored by Laurent Pinsivy's avatar Laurent Pinsivy Committed by loiclau
Browse files

fix(kb): correct typo of error message

parent b82241f1
Branches
Tags
No related merge requests found
...@@ -67,7 +67,7 @@ class Wiki ...@@ -67,7 +67,7 @@ class Wiki
if (!isset($options['kb_wiki_url']) || $options['kb_wiki_url'] == '') { if (!isset($options['kb_wiki_url']) || $options['kb_wiki_url'] == '') {
throw new \Exception( throw new \Exception(
'Wiki is not configured. ' . 'Wiki is not configured. ' .
'You can disable cron in /etc/crond.d/centreon for wiki synchronization.'); 'You can disable cron in /etc/cron.d/centreon for wiki synchronization.');
} }
if (!preg_match('#^http://|https://#', $options['kb_wiki_url'])) { if (!preg_match('#^http://|https://#', $options['kb_wiki_url'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment