(Retrofit from trunk on behalf of rquetiez) Improved the comments for access_mode in the config file

SVN:2.3[4375]
This commit is contained in:
Guillaume Lajarige
2016-09-02 14:14:56 +00:00
parent 5e6061b341
commit 4f1be53b68

View File

@@ -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' => '',