Explorar el Código

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

Jimmy Conner hace 21 años
padre
commit
6c7844b294
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,