From 7ec7626aa09bbaa25afb9b9309aac0e3211f6de9 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 4 May 2020 18:13:40 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02977=20PHP=20Doc=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/log.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/log.class.inc.php b/core/log.class.inc.php index 33a32a9fca..135599da17 100644 --- a/core/log.class.inc.php +++ b/core/log.class.inc.php @@ -646,7 +646,7 @@ abstract class LogAPI * @param $sChannel * * @return string one of the LEVEL_* const value - * @uses LEVEL_DEFAULT + * @uses \LogAPI::LEVEL_DEFAULT */ private static function GetMinLogLevel($sChannel) {