From c6d37a94b3e502a78bc14651707ca5f3a0db8ce4 Mon Sep 17 00:00:00 2001 From: Laurent Pinsivy <lpinsivy@gmail.com> Date: Thu, 23 Nov 2017 14:18:36 +0100 Subject: [PATCH] fix(kb): correct typo of error message --- www/class/centreon-knowledge/wiki.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/class/centreon-knowledge/wiki.class.php b/www/class/centreon-knowledge/wiki.class.php index 25ba580ae8..0725143a27 100644 --- a/www/class/centreon-knowledge/wiki.class.php +++ b/www/class/centreon-knowledge/wiki.class.php @@ -67,7 +67,7 @@ class Wiki if (!isset($options['kb_wiki_url']) || $options['kb_wiki_url'] == '') { throw new \Exception( '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'])) { -- GitLab