From 1091f08df4b75b815a67a4c3628f85b0386ec36b Mon Sep 17 00:00:00 2001 From: Roland Becker Date: Thu, 1 Apr 2021 14:28:22 +0200 Subject: [PATCH] Enhance manage_plugin_threshold documentation Issue #28165 --- config_defaults_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_defaults_inc.php b/config_defaults_inc.php index 8160b3a770..043d043500 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -4137,7 +4137,7 @@ $g_plugin_path = $g_absolute_path . 'plugins' . DIRECTORY_SEPARATOR; /** - * management threshold. + * Threshold needed to manage plugins * @global integer $g_manage_plugin_threshold */ $g_manage_plugin_threshold = ADMINISTRATOR;