From 2df6ca53f811434d052179c620da81a8a5246d2f Mon Sep 17 00:00:00 2001 From: fidian Date: Wed, 31 Jan 2001 18:20:57 +0000 Subject: [PATCH] Another initialization thing fixed git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1013 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index 9f0a8805..d299d3ee 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -38,7 +38,7 @@ a better description of how this works. **/ var $header = ''; - var $entities = ''; + var $entities = array(); function addEntity ($msg) { $this->entities[] = $msg; -- 2.25.1