From eab4511e0db4cb457aa711db34b2e3367546e320 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 28 Sep 2021 23:34:00 +0000 Subject: [PATCH] Someone added non-optional parameter after optional one; it's not optional, but we can fix it like this git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14930 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index d288f1a0..93e63d76 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -1246,7 +1246,7 @@ function mbxSort($a, $b) { * @return object see mailboxes class * @since 1.5.0 */ -function sqimap_fill_mailbox_tree($mbx_ary, $mbxs=false,$imap_stream) { +function sqimap_fill_mailbox_tree($mbx_ary, $mbxs=false,$imap_stream=null) { global $data_dir, $username, $list_special_folders_first, $folder_prefix, $trash_folder, $sent_folder, $draft_folder, $move_to_trash, $move_to_sent, $save_as_draft, -- 2.25.1