Forráskód Böngészése

* Another little bug I made when I was mucking with the code

Tyler Akins 24 éve
szülő
commit
08d8c0c6b0
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -73,7 +73,7 @@
       }
       }
       
       
       $special_color = false;
       $special_color = false;
-      if (($real_box == "inbox") ||
+      if ((strtolower($real_box) == "inbox") ||
 	  (($real_box == $trash_folder) && ($move_to_trash)) ||
 	  (($real_box == $trash_folder) && ($move_to_trash)) ||
 	  (($real_box == $sent_folder) && ($move_to_sent)))
 	  (($real_box == $sent_folder) && ($move_to_sent)))
 	 $special_color = true;
 	 $special_color = true;