mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Update Application.php
Minor correction to make clear how the items in the plugin list has to be separated
This commit is contained in:
parent
2ee9d973e2
commit
6f4dbf799b
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ Values:
|
||||||
|
|
||||||
'plugins' => array(
|
'plugins' => array(
|
||||||
'enable' => array(false, 'Enable plugin support'),
|
'enable' => array(false, 'Enable plugin support'),
|
||||||
'enabled_list' => array('', 'List of enabled plugins'),
|
'enabled_list' => array('', 'Comma-separated list of enabled plugins'),
|
||||||
),
|
),
|
||||||
|
|
||||||
'defaults' => array(
|
'defaults' => array(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue