From 70b07721e6a82704831f182c383b77513ac8f5a1 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 9 Aug 2021 10:46:42 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02875=20-=20Fix=20typo=20in=20config=20ex?= =?UTF-8?q?ample?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index c327d7b40..0cfbe6b4c 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -1287,7 +1287,7 @@ class Config ], 'mentions.allowed_classes' => [ 'type' => 'array', - 'description' => 'Classes which can be mentioned through the autocomplete in the caselogs. Key of the array must be a single character that will trigger the autocomplete, value can be either a DM class or a valid OQL (eg. "@" => "Person", "?" => "SELECT FAQ WHERE status = \'published\')', + 'description' => 'Classes which can be mentioned through the autocomplete in the caselogs. Key of the array must be a single character that will trigger the autocomplete, value can be either a DM class or a valid OQL (eg. "@" => "Person", "?" => "SELECT FAQ WHERE status = \'published\'")', 'default' => [ '@' => 'SELECT Person WHERE status = \'active\'', ],