Explorar o código

fix warning when we access fillMessagesArray from a search

stekkel %!s(int64=22) %!d(string=hai) anos
pai
achega
e2b01ef8de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -528,7 +528,7 @@ function calc_msort($msgs, $sort) {
     return $msort;
 }
 
-function fillMessageArray($imapConnection, $id, $count, $show_num) {
+function fillMessageArray($imapConnection, $id, $count, $show_num=false) {
     return sqimap_get_small_header_list($imapConnection, $id, $show_num);
 }