Browse Source

Fixed typo.
CV:S ----------------------------------------------------------------------

fallas 24 years ago
parent
commit
61fe8fe7f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/folders.php

+ 1 - 1
src/folders.php

@@ -100,7 +100,7 @@ require_once('../functions/plugin.php');
       else if ($boxes[$p]["unformatted"] == $sent_folder && $sent_folder)
          $count_special_folders++;
       else if ($boxes[$p]["unformatted"] == $draft_folder && $draft_folder)
-         $count_special_folder++;
+         $count_special_folders++;
    }   
 
    if ($count_special_folders < count($boxes)) {