浏览代码

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,