浏览代码

* Fixed my typo

Tyler Akins 24 年之前
父节点
当前提交
ea7dc25d4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -138,7 +138,7 @@
       $line = "";
       $mailbox = $boxes[$i]["formatted"];
       
-      if (in_array('noselect', $boxes[$i]['flags']) {
+      if (in_array('noselect', $boxes[$i]['flags'])) {
          $line .= "<FONT COLOR=\"$color[10]\">";
          $line .= replace_spaces($mailbox);
          $line .= '</FONT>';