소스 검색

Small bug fix - $targetmailbox was only being set when $_GET['mailbox'] was already set

Jimmy Conner 21 년 전
부모
커밋
6c7844b294
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/search.php

+ 1 - 0
src/search.php

@@ -1030,6 +1030,7 @@ if (isset($_GET['mailbox'])) {
     }
 } else {
     $mailbox_array = array();
+    $targetmailbox = array();
 }
 $aMailboxGlobalPref = array(
                        MBX_PREF_SORT         => 0,