Improved the comments for access_mode in the config file

SVN:trunk[4359]
This commit is contained in:
Romain Quetiez
2016-08-31 08:22:56 +00:00
parent dfceef4ca6
commit 0ab060c958

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