From 62306b8c488cca8a5319286f7d7b045f27b5d747 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 21 Oct 2015 02:54:08 -0400 Subject: [PATCH] Merge pull request #302 from normalnorge/master --- config/defaults.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index eef7de4..40486c5 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -503,7 +503,7 @@ // Maximum number of recipients per message. Default: 0 (no limit) $config['max_recipients'] = 0; -// Maximum allowednumber of members of an address group. Default: 0 (no limit) +// Maximum allowed number of members of an address group. Default: 0 (no limit) // If 'max_recipients' is set this value should be less or equal $config['max_group_members'] = 0; -- Gitblit v1.9.1