From 68c3b52a84169f2c842f071375a6003f6a04c245 Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 17 Apr 2002 04:40:34 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2738 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index b8b7da3b..18b8d430 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -284,7 +284,7 @@ function ClearAttachments() { $rem_attachments[] = $info; } } - $attachments = rem_attachments; + $attachments = $rem_attachments; } function formatRecipientString($recipients, $item ) { -- 2.25.1