Explorar o código

Fix for deleting message from search expiring cache.

pdontthink %!s(int64=16) %!d(string=hai) anos
pai
achega
259a2983d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/search.php

+ 1 - 1
src/search.php

@@ -893,7 +893,7 @@ function sqimap_asearch_get_selectable_unformatted_mailboxes(&$boxes)
 
 /* ------------------------ main ------------------------ */
 /* get globals we will need */
-sqgetGlobalVar('smtoken', $submitted_token, SQ_GET, '');
+sqgetGlobalVar('smtoken', $submitted_token, SQ_FORM, '');
 sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION);
 
 if (!sqgetGlobalVar('checkall',$checkall,SQ_GET)) {