jmunro 23 years ago
parent
commit
d36a1ade22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -284,7 +284,7 @@ function ClearAttachments() {
 		$rem_attachments[] = $info;
 	    }
 	}
-        $attachments = rem_attachments;
+        $attachments = $rem_attachments;
 }
 
 function formatRecipientString($recipients, $item ) {