From 69f8e8c8c8091ec4fb427c3196123e2e29d4fc16 Mon Sep 17 00:00:00 2001
From: Laurent Pinsivy <lpinsivy@centreon.com>
Date: Thu, 11 Aug 2016 10:24:21 +0100
Subject: [PATCH] Extend error message for invalide wiki access

---
 .../centreon-knowledge/procedures_DB_Connector.class.php      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/class/centreon-knowledge/procedures_DB_Connector.class.php b/www/class/centreon-knowledge/procedures_DB_Connector.class.php
index b3a94594cb..0f32c6ae50 100644
--- a/www/class/centreon-knowledge/procedures_DB_Connector.class.php
+++ b/www/class/centreon-knowledge/procedures_DB_Connector.class.php
@@ -58,7 +58,7 @@ class procedures_DB_Connector {
     }
 
 	private function displayConnectionErrorPage() {
-		echo "<center><b>" . _("Connection to Wiki database failed, please contact your administrator") . "</b></center>";
+		echo "<center><b>" . _("Connection to Wiki database failed, please contact your administrator or read the Centreon online documentation to configure wiki access") . "</b></center>";
 		exit;
 	}
 
@@ -122,4 +122,4 @@ class procedures_DB_Connector {
     	return $DBRES;
     }
 }
-?>
\ No newline at end of file
+?>
-- 
GitLab