diff options
-rw-r--r-- | program/steps/settings/folders.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/folders.inc b/program/steps/settings/folders.inc index 19c4457a1..061cd8893 100644 --- a/program/steps/settings/folders.inc +++ b/program/steps/settings/folders.inc @@ -373,7 +373,7 @@ function rcube_subscription_form($attrib) array_unshift($plugin['list'], $root); - for ($i = 0, $length = count($plugin['list'])-1; $i<$length; $i++) { + for ($i = 0, $length = count($plugin['list']); $i<$length; $i++) { $folders[] = rcmail_folder_tree_element($plugin['list'], $i, $js_folders); } |