소스 검색

* 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>';