Ver código fonte

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

Jimmy Conner 21 anos atrás
pai
commit
6c7844b294
1 arquivos alterados com 1 adições e 0 exclusões
  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,