Pārlūkot izejas kodu

Another initialization thing fixed

Tyler Akins 24 gadi atpakaļ
vecāks
revīzija
92a03048c8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      functions/mime.php

+ 1 - 1
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;