浏览代码

Fix for deleting message from search expiring cache.

pdontthink 16 年之前
父节点
当前提交
259a2983d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)) {