From 4f1be53b68b8ca96e897eead06e6af4cf2e7abb1 Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Fri, 2 Sep 2016 14:14:56 +0000 Subject: [PATCH] (Retrofit from trunk on behalf of rquetiez) Improved the comments for access_mode in the config file SVN:2.3[4375] --- 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 5ea6218cf..b7bcfcd12 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -246,7 +246,7 @@ class Config ), 'access_mode' => array( 'type' => 'integer', - 'description' => 'Combination of flags (ACCESS_USER_WRITE | ACCESS_ADMIN_WRITE, or ACCESS_FULL)', + 'description' => 'Access mode: ACCESS_READONLY = 0, ACCESS_ADMIN_WRITE = 2, ACCESS_FULL = 3', 'default' => ACCESS_FULL, 'value' => ACCESS_FULL, 'source_of_value' => '',