Browse Source

Synchronize optional parameters

pdontthink 4 năm trước cách đây
mục cha
commit
ea910725fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      class/deliver/Deliver_IMAP.class.php

+ 1 - 1
class/deliver/Deliver_IMAP.class.php

@@ -52,7 +52,7 @@ class Deliver_IMAP extends Deliver {
      *
      */
     function send_mail($message, $header, $boundary, $stream=false, 
-                       &$raw_length, $folder=NULL) {
+                       &$raw_length=0, $folder=NULL) {
 
         if (is_null($folder))
             die('Internal error. Cannot pass NULL folder name to Deliver_IMAP::send_mail()');