diff options
-rw-r--r-- | admin/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/mail.php b/admin/mail.php index ed656003..e2afcda9 100644 --- a/admin/mail.php +++ b/admin/mail.php @@ -43,7 +43,7 @@ switch ($_REQUEST['action']) { } // Remove the last , from the recipient - $recipient = rtrim($recipient,","); + $recipient = rtrim($recipient,", "); // Set the vars on the object AmpacheMail::$recipient = $recipient; |