浏览代码

Missed a )

jangliss 19 年之前
父节点
当前提交
ab752cb29a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

@@ -903,7 +903,7 @@ function sqimap_get_delimiter ($imap_stream = false) {
     }
 
     /* Delimiter is stored in the session from redirect.  Try fetching from there first */
-    if (empty($sqimap_delimiter) {
+    if (empty($sqimap_delimiter)) {
         sqgetGlobalVar('delimiter',$sqimap_delimiter,SQ_SESSION);
     }