Browse Source

* Fixed my typo

Tyler Akins 24 năm trước cách đây
mục cha
commit
ea7dc25d4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>';