Browse Source

Synchronize optional parameters

pdontthink 4 years ago
parent
commit
ea910725fd
1 changed files with 1 additions and 1 deletions
  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()');