Fix from Thomas Castelle.
[squirrelmail.git] / class / mime / Message.class.php
index 4e7dc48e8be1ef0bb08f5c541b06bae81fea8f5a..f346ed43b290f5a59dc82b52ed422cde48372bf6 100644 (file)
@@ -288,7 +288,7 @@ class Message {
                     break;
                 case '{':
                     /* process the literal value */
-                    $arg_s = $this->parseLiteral($read, $i);
+                    $arg_a[] = $this->parseLiteral($read, $i);
                     ++$arg_no;
                     break;
                case '0':